Skip to content
Commit 0719796b authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Removed __cuda_callable__ from methods in DistributedArrayView,...

Removed __cuda_callable__ from methods in DistributedArrayView, DistributedVectorView and DistributedMatrix

Distributed data structures are not supposed to be passed to device
kernels. Distributed data structures are operated by the host, which
uses the device for parallel processing only in the local data
structures.
parent 3ab26095
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment