Signed-off-by: Molly Sophia <mollysophia379@gmail.com>
This commit is contained in:
parent
a5b57b08ce
commit
912c331d3d
1 changed files with 1 additions and 0 deletions
|
@ -2351,6 +2351,7 @@ static bool ggml_cuda_compute_forward(ggml_backend_cuda_context & ctx, struct gg
|
|||
break;
|
||||
case GGML_OP_RWKV_WKV:
|
||||
ggml_cuda_op_rwkv_wkv(ctx, dst);
|
||||
break;
|
||||
case GGML_OP_CROSS_ENTROPY_LOSS_BACK:
|
||||
ggml_cuda_cross_entropy_loss_back(ctx, dst);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue