mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-12 01:54:37 +00:00
CUDA: add bilinear interpolation for upscale (#14563)
This commit is contained in:
parent
68155c66f0
commit
75c91de6e9
3 changed files with 93 additions and 8 deletions
|
@ -495,7 +495,7 @@ extern "C" {
|
|||
GGML_OP_POOL_1D,
|
||||
GGML_OP_POOL_2D,
|
||||
GGML_OP_POOL_2D_BACK,
|
||||
GGML_OP_UPSCALE, // nearest interpolate
|
||||
GGML_OP_UPSCALE,
|
||||
GGML_OP_PAD,
|
||||
GGML_OP_PAD_REFLECT_1D,
|
||||
GGML_OP_ROLL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue