Update ggml-cuda.cu

Co-authored-by: Jared Van Bortel <cebtenzzre@gmail.com>
This commit is contained in:
Andrew Godfrey 2023-11-15 18:58:05 -08:00 committed by GitHub
parent e77094faab
commit bf46304cbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6250,7 +6250,6 @@ static int64_t get_row_rounding(ggml_type type) {
case GGML_TYPE_Q8_0:
return max_compute_capability >= CC_RDNA2 ? 128 : 64;
case GGML_TYPE_F16:
return 1;
case GGML_TYPE_F32:
return 1;
case GGML_TYPE_Q2_K: