Adding TensorShuffling backend for sycl; adding TensorReshaping backend for sycl; cleaning up the sycl backend.

This commit is contained in:
Mehdi Goli
2016-11-29 15:30:42 +00:00
parent 02080e2b67
commit 577ce78085
15 changed files with 626 additions and 301 deletions

View File

@@ -54,7 +54,7 @@ void run(Expr &expr, Dev &dev) {
}
});
});
dev.sycl_queue().throw_asynchronous();
dev.synchronize();
}
evaluator.cleanup();