Skip to content

Implement atomic operations for custom value types #65

@gflegar

Description

@gflegar

The current implementation of atomic operations (introduced in #57 and #64) does not support custom value types. Ginkgo will compile, but attempts of using it will result in assertions failures.

We should explore the possibility of general mutex functionalities for GPUs, which would allow us to implement atomics. They won't be extremely fast, but will at least work correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    is:bugSomething looks wrong.is:confirmedSomeone confirmed this issue.is:new-featureA request or implementation of a feature that does not exist yet.mod:cudaThis is related to the CUDA module.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions