SYCLomatic
SYCLomatic copied to clipboard
migration of stream-ordered functions
Could you please bring the SYCL support to the compiler people for cudaDeviceGetDefaultMemPool, cudaMallocAsync, cudaFreeAsync ?
Thanks
Reference https://developer.nvidia.com/blog/using-cuda-stream-ordered-memory-allocator-part-1/ https://github.com/NVIDIA/cuda-samples/tree/master/Samples/2_Concepts_and_Techniques/streamOrderedAllocation
Interesting.. +1
@jinz2014
- The compiler team is aware of this language gap.
- As a WA in SYCLomatic side, we can consider removing the cudaDeviceGetDefaultMemPool call. For cudaMallocAsync and cudaFreeAsync, we can map them to the sync APIs on the SYCL side.