File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7877,7 +7877,7 @@ static void ggml_compute_forward_im2col_3d_f16(
78777877 dst_data[iic*KD_KH_KW + ikd * KH_KW + ikh*KW + ikw] = 0 ;
78787878 } else {
78797879 const float * const s = (const float *) ((const char *)src_data + iid*nb12 + iih*nb11 + iiw*nb10); // [ID, IH, IW]
7880- dst_data[iic*KD_KH_KW + ikd * KH_KW + ikh*KW + ikw] = GGML_CPU_FP32_TO_FP16 (*s);
7880+ dst_data[iic*KD_KH_KW + ikd * KH_KW + ikh*KW + ikw] = GGML_FP32_TO_FP16 (*s);
78817881 }
78827882 }
78837883 }
Original file line number Diff line number Diff line change @@ -1933,7 +1933,7 @@ static const char * GGML_OP_NAME[GGML_OP_COUNT] = {
19331933 "GLU" ,
19341934};
19351935
1936- static_assert (GGML_OP_COUNT == 90 , "GGML_OP_COUNT != 90 " );
1936+ static_assert (GGML_OP_COUNT == 91 , "GGML_OP_COUNT != 91 " );
19371937
19381938static const char * GGML_OP_SYMBOL [GGML_OP_COUNT ] = {
19391939 "none" ,
@@ -2038,7 +2038,7 @@ static const char * GGML_OP_SYMBOL[GGML_OP_COUNT] = {
20382038 "glu(x)" ,
20392039};
20402040
2041- static_assert (GGML_OP_COUNT == 90 , "GGML_OP_COUNT != 90 " );
2041+ static_assert (GGML_OP_COUNT == 91 , "GGML_OP_COUNT != 91 " );
20422042
20432043static_assert (GGML_OP_POOL_COUNT == 2 , "GGML_OP_POOL_COUNT != 2" );
20442044
Original file line number Diff line number Diff line change 7777# extra_images_max = 4
7878
7979# global vars
80- KcppVersion = "1.99002 "
81- LcppVersion = "b6365-70 "
80+ KcppVersion = "1.99003 "
81+ LcppVersion = "b6387-75 "
8282IKLcppVersion = "IKLpr624"
83- EsoboldVersion = "RMv1.17.29m "
83+ EsoboldVersion = "RMv1.17.291m "
8484CudaSpecifics = "Cu128_Ar86_SMC2_DmmvX32Y1"
8585ReleaseDate = "2025/10/07"
8686showdebug = True
You can’t perform that action at this time.
0 commit comments