Adding asynchronous execution as it improves the performance.

This commit is contained in:
Mehdi Goli
2016-12-14 17:38:53 +00:00
parent 2d4a091beb
commit 730eb9fe1c
5 changed files with 12 additions and 10 deletions

View File

@@ -137,8 +137,6 @@ static void test_builtin_unary_sycl(const Eigen::SyclDevice &sycl_device) {
array<int, 3> tensorRange = {{sizeDim1, sizeDim2, sizeDim3}};
TEST_UNARY_BUILTINS(float)
/// your GPU must support double. Otherwise, disable the double test.
TEST_UNARY_BUILTINS(double)
}
namespace std {