Loading...
Searching...
No Matches
6#if (CUDA_VERSION < 11000)
8#warning "Use cuda(Malloc|Free) instead of cuda(Malloc|Free)Async for backward compatibility"
10#define cudaMallocAsync(ptr, size, stream) cudaMalloc(ptr, size)
11#define cudaFreeAsync(ptr, stream) cudaFree(ptr)