Skip to content

Commit 2ba5115

Browse files
committed
Remove hipblaslt on Windows (#1)
* Remove hipblaslt on Windows * Additional changes with hipblaslt skipped * changed Blas.cpp * fix format
1 parent 54b878b commit 2ba5115

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

aten/src/ATen/cuda/CUDABlas.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ namespace at::cuda::blas {
241241
CUDABLAS_NONNEGINT_CHECK(bgemm<Dtype>, num_batches); \
242242
} while (0)
243243

244-
245244
namespace {
246245
// Following the pattern of CuSparseDescriptor
247246
// Defined here for now because this is the only place cublas_lt interface is

aten/src/ATen/cuda/CUDAContextLight.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
// cublasLT was introduced in CUDA 10.1 but we enable only for 11.1 that also
1111
// added bf16 support
12+
1213
#include <cublasLt.h>
1314

1415
#ifdef CUDART_VERSION

0 commit comments

Comments
 (0)