ucx
ucx copied to clipboard
UCM/CUDA: Added support for device-side variables.
What
Added hook for cudaGetSymbolSize to support device-side variables.
shall we add some unit tests for this?
/azp run UCX PR
Azure Pipelines successfully started running 1 pipeline(s).
shall we add some unit tests for this?
Since the feature should be tested using __device__ variable, nvcc compiler is required. Thus, I added a test as a separate application compiled with nvcc.
CI errors are relevant