change the reorder tensor from init to execute OP (#13003)
This commit is contained in:
parent
553a5c3a9f
commit
514c45608f
2 changed files with 61 additions and 65 deletions
|
@ -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 } };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue