We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d6d8a commit 54b878bCopy full SHA for 54b878b
aten/src/ATen/cuda/CUDAContextLight.h
@@ -84,6 +84,10 @@ TORCH_CUDA_CPP_API c10::Allocator* getCUDADeviceAllocator();
84
/* Handles */
85
TORCH_CUDA_CPP_API cusparseHandle_t getCurrentCUDASparseHandle();
86
TORCH_CUDA_CPP_API cublasHandle_t getCurrentCUDABlasHandle();
87
+<<<<<<< HEAD
88
+=======
89
+#if (!defined(_MSC_VER) && (!defined(USE_ROCM) || ROCM_VERSION >= 50700))
90
+>>>>>>> 3682e1923fa (Remove hipblaslt header reference on Windows)
91
TORCH_CUDA_CPP_API cublasLtHandle_t getCurrentCUDABlasLtHandle();
92
93
TORCH_CUDA_CPP_API void clearCublasWorkspaces();
0 commit comments