summaryrefslogtreecommitdiff
path: root/modules/remote-sycl/tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/remote-sycl/tests')
-rw-r--r--modules/remote-sycl/tests/mixed_precision.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/remote-sycl/tests/mixed_precision.cpp b/modules/remote-sycl/tests/mixed_precision.cpp
index 4a62569..5b4b86e 100644
--- a/modules/remote-sycl/tests/mixed_precision.cpp
+++ b/modules/remote-sycl/tests/mixed_precision.cpp
@@ -33,7 +33,7 @@ using FloatFoo = Interface<
>;
}
-constexpr uint64_t test_size = 1024ul;
+constexpr uint64_t test_size = 64ul;
SAW_TEST("SYCL Mixed Test"){
using namespace saw;