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.
Loading
Please register or sign in to comment