File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8074,7 +8074,7 @@ static void ggml_compute_forward_conv_3d_impl(const ggml_compute_params * params
80748074 if (kernel_type == GGML_TYPE_F32) {
80758075 *(float *)element_ptr = src_val;
80768076 } else if (kernel_type == GGML_TYPE_F16) {
8077- *(ggml_fp16_t *)element_ptr = GGML_CPU_FP32_TO_FP16 (src_val);
8077+ *(ggml_fp16_t *)element_ptr = GGML_FP32_TO_FP16 (src_val);
80788078 }
80798079 }
80808080 }
Original file line number Diff line number Diff line change @@ -1932,7 +1932,7 @@ static const char * GGML_OP_NAME[GGML_OP_COUNT] = {
19321932 "GLU" ,
19331933};
19341934
1935- static_assert (GGML_OP_COUNT == 89 , "GGML_OP_COUNT != 89 " );
1935+ static_assert (GGML_OP_COUNT == 90 , "GGML_OP_COUNT != 90 " );
19361936
19371937static const char * GGML_OP_SYMBOL [GGML_OP_COUNT ] = {
19381938 "none" ,
@@ -2036,7 +2036,7 @@ static const char * GGML_OP_SYMBOL[GGML_OP_COUNT] = {
20362036 "glu(x)" ,
20372037};
20382038
2039- static_assert (GGML_OP_COUNT == 89 , "GGML_OP_COUNT != 89 " );
2039+ static_assert (GGML_OP_COUNT == 90 , "GGML_OP_COUNT != 90 " );
20402040
20412041static_assert (GGML_OP_POOL_COUNT == 2 , "GGML_OP_POOL_COUNT != 2" );
20422042
@@ -8357,4 +8357,4 @@ struct ggml_tensor * ggml_upscale_linear(
83578357
83588358 return result ;
83598359}
8360- //// end kcpp dirtypatch ////
8360+ //// end kcpp dirtypatch ////
Original file line number Diff line number Diff line change 7878
7979# global vars
8080KcppVersion = "1.98100"
81- LcppVersion = "b6267-40 "
81+ LcppVersion = "b6267-50 "
8282IKLcppVersion = "IKLpr624"
8383EsoboldVersion = "RMv1.15.9m"
8484CudaSpecifics = "Cu128_Ar86_SMC2_DmmvX32Y1"
You can’t perform that action at this time.
0 commit comments