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 c00c967 commit 689ca95Copy full SHA for 689ca95
ggml/src/ggml-cuda/common.cuh
@@ -241,8 +241,7 @@ static bool fp16_mma_available(const int cc) {
241
return false;
242
#else
243
if ((GGML_CUDA_CC_IS_NVIDIA(cc) && ggml_cuda_highest_compiled_arch(cc) >= GGML_CUDA_CC_VOLTA) ||
244
- GGML_CUDA_CC_IS_CDNA(cc) || GGML_CUDA_CC_IS_RDNA3(cc) ||
245
- GGML_CUDA_CC_IS_MTHREADS(cc)) {
+ GGML_CUDA_CC_IS_CDNA(cc) || GGML_CUDA_CC_IS_RDNA3(cc)) {
246
return true;
247
} else if (GGML_CUDA_CC_IS_RDNA4(cc)) {
248
#if defined(GGML_HIP_ROCWMMA_FATTN) && defined(GGML_HIP_ROCWMMA_FATTN_GFX12)
0 commit comments