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 cebe433 commit 7b41c5fCopy full SHA for 7b41c5f
ggml/src/ggml-cuda/mmq.cuh
@@ -2263,9 +2263,9 @@ static __device__ void mul_mat_q_process_tile(
2263
2264
template <ggml_type type, int mmq_x, int nwarps, bool need_check>
2265
#if defined(GGML_USE_HIPBLAS) && defined(__HIP_PLATFORM_AMD__)
2266
-#if defined(RDNA3) || defined(RDNA2) || defined(RDNA1)
+#if defined(RDNA3) || defined(RDNA2)
2267
__launch_bounds__(WARP_SIZE*nwarps, 2)
2268
-#endif // defined(RDNA3) || defined(RDNA2) || defined(RDNA1)
+#endif // defined(RDNA3) || defined(RDNA2)
2269
#else
2270
#if __CUDA_ARCH__ >= CC_VOLTA
2271
__launch_bounds__(WARP_SIZE*nwarps, 1)
0 commit comments