mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Adding TensorShuffling backend for sycl; adding TensorReshaping backend for sycl; cleaning up the sycl backend.
This commit is contained in:
@@ -54,7 +54,7 @@ void run(Expr &expr, Dev &dev) {
|
||||
}
|
||||
});
|
||||
});
|
||||
dev.sycl_queue().throw_asynchronous();
|
||||
dev.synchronize();
|
||||
}
|
||||
|
||||
evaluator.cleanup();
|
||||
|
||||
Reference in New Issue
Block a user