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 @@ -6742,19 +6742,19 @@ static void ggml_byteswap_q8_k(void * restrict buffer, size_t elements) {
67426742}
67436743
67446744static void ggml_byteswap_q4_0_4x4 (void * restrict buffer , size_t elements ) {
6745- GGML_ASSERT (false && "byteswap function not implemented yet" );
6745+ GGML_ASSERT (false && "function ggml_byteswap_q4_0_4x4 is not implemented yet" );
67466746 UNUSED (buffer );
67476747 UNUSED (elements );
67486748}
67496749
67506750static void ggml_byteswap_q4_0_4x8 (void * restrict buffer , size_t elements ) {
6751- GGML_ASSERT (false && "byteswap function not implemented yet" );
6751+ GGML_ASSERT (false && "function ggml_byteswap_q4_0_4x8 is not implemented yet" );
67526752 UNUSED (buffer );
67536753 UNUSED (elements );
67546754}
67556755
67566756static void ggml_byteswap_q4_0_8x8 (void * restrict buffer , size_t elements ) {
6757- GGML_ASSERT (false && "byteswap function not implemented yet" );
6757+ GGML_ASSERT (false && "function ggml_byteswap_q4_0_8x8 is not implemented yet" );
67586758 UNUSED (buffer );
67596759 UNUSED (elements );
67606760}
You can’t perform that action at this time.
0 commit comments