We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f69758 commit eb2a561Copy full SHA for eb2a561
1 file changed
mlx/backend/cuda/quantized/qmm/qmm.cpp
@@ -2,10 +2,13 @@
2
3
#include "mlx/backend/cuda/quantized/qmm/qmm.h"
4
5
+#if defined(MLX_CUDA_SM90A_ENABLED)
6
+#include <cute/tensor.hpp>
7
+#endif
8
+
9
namespace mlx::core {
10
11
#if defined(MLX_CUDA_SM90A_ENABLED)
-#include <cute/tensor.hpp>
12
// Defined in qmm_impl_sm90_xxx.cu files.
13
template <typename TileShape, typename ClusterShape>
14
void qmm_impl_sm90(
0 commit comments