[SYCL] Update SYCL upscale operation#7321
Conversation
|
@AidanBeltonS |
|
@NeoZhangJianyu Here is more info: ggml-org/ggml#814 |
There was a problem hiding this comment.
These messages are no longer needed
There was a problem hiding this comment.
Thanks for catching this, I'v removed the messages
Outside of the benefits of being able to support the application in the PR. The primary goal for myself is to get all the tests passing in |
OK, got it! |
NeoZhangJianyu
left a comment
There was a problem hiding this comment.
The CI of upscale are passed on Intel Arc770.
|
@AidanBeltonS could you sync master for latest changes for CI ? |
663b411 to
7f5255a
Compare
* Update SYCL upscale operation * Formatting * Remove messages
* Update SYCL upscale operation * Formatting * Remove messages
Adds upscaling changes to SYCL backend using nearest neighbour interpolation.
Tested on PVC and A100 GPUs all upscale tests are passing.
Implementation comes from ggml-org/ggml#814