Skip to content

Commit b30cf69

Browse files
committed
Fix Bug in MX Builds
1 parent e51ffd9 commit b30cf69

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

torchao/csrc/cuda/mx_kernels/mx_fp_cutlass_kernels.cu

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
// This source code is licensed under the BSD 3-Clause license found in the
55
// LICENSE file in the root directory of this source tree.
66

7-
// Ensure this file is only compiled with sm100a architecture
8-
#if !defined(__CUDA_ARCH__) || (__CUDA_ARCH__ < 1000)
9-
#error "This file must be compiled with compute capability 10.0a or higher (Blackwell architecture)"
10-
#endif
117
#include <torch/library.h>
128

139
#include <ATen/ATen.h>

0 commit comments

Comments
 (0)