You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to translate the OpenCL kernels in this repository to valid CUDA code. In order to simplify that, it would be great to not use (int2){x,y} anymore and POS_src_INSTANCE(x, y) instead. Same with (int4)..., (float2)..., (float4)...etc.,
The text was updated successfully, but these errors were encountered:
It is possible to translate the OpenCL kernels in this repository to valid CUDA code. In order to simplify that, it would be great to not use
(int2){x,y}
anymore andPOS_src_INSTANCE(x, y)
instead. Same with(int4)...
,(float2)...
,(float4)...
etc.,The text was updated successfully, but these errors were encountered: