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 e51ffd9 commit b30cf69Copy full SHA for b30cf69
torchao/csrc/cuda/mx_kernels/mx_fp_cutlass_kernels.cu
@@ -4,10 +4,6 @@
4
// This source code is licensed under the BSD 3-Clause license found in the
5
// LICENSE file in the root directory of this source tree.
6
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
11
#include <torch/library.h>
12
13
#include <ATen/ATen.h>
0 commit comments