We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80b784 commit 2fdef19Copy full SHA for 2fdef19
ggml/src/ggml-cuda/common.cuh
@@ -218,7 +218,7 @@ static bool fp16_available(const int cc) {
218
}
219
220
static bool fast_fp16_available(const int cc) {
221
- return fp16_available(cc) && cc != 610;
+ return fp16_available(cc) && cc > 610;
222
223
224
// To be used for feature selection of external libraries, e.g. cuBLAS.
0 commit comments