Skip to content

Commit

Permalink
Update ggml-cuda.cu
Browse files Browse the repository at this point in the history
Co-authored-by: Jared Van Bortel <[email protected]>
  • Loading branch information
AndrewGodfrey and cebtenzzre authored Nov 16, 2023
1 parent e77094f commit bf46304
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ggml-cuda.cu
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bf46304

Please sign in to comment.