change the reorder tensor from init to execute OP (llama/13003)

This commit is contained in:
Neo Zhang Jianyu
2025-04-25 17:37:51 +08:00
committed by Georgi Gerganov
parent fe21ddf0dc
commit eeb259909e
2 changed files with 61 additions and 65 deletions

View File

@ -313,7 +313,6 @@ struct ggml_backend_sycl_context {
int device;
std::string name;
optimize_feature opt_feature;
bool optimized_graph=false;
queue_ptr qptrs[GGML_SYCL_MAX_DEVICES][GGML_SYCL_MAX_STREAMS] = { { nullptr } };