Skip to content

Commit 54b878b

Browse files
m-gallustvukovic-amd
authored andcommitted
Remove hipblaslt header reference on Windows
1 parent d6d6d8a commit 54b878b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

aten/src/ATen/cuda/CUDAContextLight.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ TORCH_CUDA_CPP_API c10::Allocator* getCUDADeviceAllocator();
8484
/* Handles */
8585
TORCH_CUDA_CPP_API cusparseHandle_t getCurrentCUDASparseHandle();
8686
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)
8791
TORCH_CUDA_CPP_API cublasLtHandle_t getCurrentCUDABlasLtHandle();
8892

8993
TORCH_CUDA_CPP_API void clearCublasWorkspaces();

0 commit comments

Comments
 (0)