There was an error while loading. Please reload this page.
1 parent 585fa12 commit 7d8874eCopy full SHA for 7d8874e
1 file changed
cpp/src/memory/pinned_memory_resource.cu
@@ -38,8 +38,7 @@ cuda::memory_pool_properties get_memory_pool_properties() {
38
.release_threshold = std::numeric_limits<size_t>::max(),
39
// This defines how the allocations can be exported (IPC). See the docs of
40
// `cudaMemPoolCreate` in <https://docs.nvidia.com/cuda/cuda-runtime-api>.
41
- .allocation_handle_type =
42
- cuda::cudaMemAllocationHandleType::cudaMemHandleTypeNone
+ .allocation_handle_type = ::cudaMemAllocationHandleType::cudaMemHandleTypeNone
43
};
44
}
45
#else
0 commit comments