Skip to content

Commit eb2a561

Browse files
committed
review comments
1 parent 4f69758 commit eb2a561

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • mlx/backend/cuda/quantized/qmm

mlx/backend/cuda/quantized/qmm/qmm.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
#include "mlx/backend/cuda/quantized/qmm/qmm.h"
44

5+
#if defined(MLX_CUDA_SM90A_ENABLED)
6+
#include <cute/tensor.hpp>
7+
#endif
8+
59
namespace mlx::core {
610

711
#if defined(MLX_CUDA_SM90A_ENABLED)
8-
#include <cute/tensor.hpp>
912
// Defined in qmm_impl_sm90_xxx.cu files.
1013
template <typename TileShape, typename ClusterShape>
1114
void qmm_impl_sm90(

0 commit comments

Comments
 (0)