ucx icon indicating copy to clipboard operation
ucx copied to clipboard

UCM/CUDA: Added support for device-side variables.

Open rakhmets opened this issue 1 year ago • 3 comments

What

Added hook for cudaGetSymbolSize to support device-side variables.

rakhmets avatar Oct 16 '24 17:10 rakhmets

shall we add some unit tests for this?

yosefe avatar Oct 17 '24 07:10 yosefe

/azp run UCX PR

yosefe avatar Oct 19 '24 10:10 yosefe

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Oct 19 '24 10:10 azure-pipelines[bot]

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.

rakhmets avatar Oct 24 '24 16:10 rakhmets

CI errors are relevant

brminich avatar Oct 28 '24 10:10 brminich