[SYCL] ehance UPSCALE to support all UT cases (#20637)

* [SYCL] ehance UPSCALE to support more cases

* rm test case result of SYCL1
This commit is contained in:
Neo Zhang
2026-03-17 10:01:52 +08:00
committed by GitHub
parent 2e4a6edd4a
commit b6c83aad55
8 changed files with 712 additions and 114 deletions
+9
View File
@@ -0,0 +1,9 @@
#pragma once
#include <sycl/sycl.hpp>
#include "dpct/helper.hpp"
#include "common.hpp"
#define SYCL_UPSCALE_BLOCK_SIZE 256
void ggml_sycl_upscale(ggml_backend_sycl_context & ctx, ggml_tensor * dst);