ucx icon indicating copy to clipboard operation
ucx copied to clipboard

GTEST/COMMON: Added test for cuda async allocated buffers.

Open rakhmets opened this issue 1 year ago • 1 comments

What

Extended UCP AM RNDV tests by adding buffers allocated by cudaMallocAsync.

rakhmets avatar Sep 24 '24 10:09 rakhmets

some CI errors are relevant:

/__w/1/s/ucx_src_89282/contrib/../test/gtest/common/mem_buffer.cc: In static member function 'static void* mem_buffer::allocate(size_t, ucs_memory_type_t, bool)':
/__w/1/s/ucx_src_89282/contrib/../test/gtest/common/mem_buffer.cc:242:23: error: 'cudaMallocAsync' was not declared in this scope
             CUDA_CALL(cudaMallocAsync(&ptr, size, 0), ": size=" << size);
                       ^

brminich avatar Oct 08 '24 14:10 brminich