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 6c0472a commit a5aff28Copy full SHA for a5aff28
ggml/src/ggml-cuda/fattn-mma-f16.cuh
@@ -1246,7 +1246,7 @@ static __global__ void flash_attn_ext_f16(
1246
NO_DEVICE_CODE;
1247
return;
1248
}
1249
-#endif __CUDA_ARCH__ == GGML_CUDA_CC_TURING
+#endif // __CUDA_ARCH__ == GGML_CUDA_CC_TURING
1250
1251
static_assert(!mla || DKQ >= DV, "MLA needs DKQ >= DV");
1252
0 commit comments