GLU, not GPU

This commit is contained in:
Iwan Kawrakow
2025-09-26 11:20:05 +03:00
parent dbcc01bc43
commit 7e6a1fd912

View File

@@ -4236,7 +4236,7 @@ static const char * GGML_OP_NAME[GGML_OP_COUNT] = {
"CROSS_ENTROPY_LOSS",
"CROSS_ENTROPY_LOSS_BACK",
"GPU",
"GLU",
};
static_assert(GGML_OP_COUNT == 86, "GGML_OP_COUNT != 86");