-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Labels
is:bugSomething looks wrong.Something looks wrong.is:confirmedSomeone confirmed this issue.Someone confirmed this issue.is:new-featureA request or implementation of a feature that does not exist yet.A request or implementation of a feature that does not exist yet.mod:cudaThis is related to the CUDA module.This is related to the CUDA module.
Description
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
Labels
is:bugSomething looks wrong.Something looks wrong.is:confirmedSomeone confirmed this issue.Someone confirmed this issue.is:new-featureA request or implementation of a feature that does not exist yet.A request or implementation of a feature that does not exist yet.mod:cudaThis is related to the CUDA module.This is related to the CUDA module.