File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6676,19 +6676,19 @@ static void ggml_byteswap_q8_k(void * restrict buffer, size_t elements) {
66766676}
66776677
66786678static void ggml_byteswap_q4_0_4x4 (void * restrict buffer , size_t elements ) {
6679- GGML_ASSERT (false && "byteswap function not implemented yet" );
6679+ GGML_ASSERT (false && "function ggml_byteswap_q4_0_4x4 is not implemented yet" );
66806680 UNUSED (buffer );
66816681 UNUSED (elements );
66826682}
66836683
66846684static void ggml_byteswap_q4_0_4x8 (void * restrict buffer , size_t elements ) {
6685- GGML_ASSERT (false && "byteswap function not implemented yet" );
6685+ GGML_ASSERT (false && "function ggml_byteswap_q4_0_4x8 is not implemented yet" );
66866686 UNUSED (buffer );
66876687 UNUSED (elements );
66886688}
66896689
66906690static void ggml_byteswap_q4_0_8x8 (void * restrict buffer , size_t elements ) {
6691- GGML_ASSERT (false && "byteswap function not implemented yet" );
6691+ GGML_ASSERT (false && "function ggml_byteswap_q4_0_8x8 is not implemented yet" );
66926692 UNUSED (buffer );
66936693 UNUSED (elements );
66946694}
You can’t perform that action at this time.
0 commit comments