summaryrefslogtreecommitdiff
path: root/modules/remote-sycl/benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'modules/remote-sycl/benchmarks')
-rw-r--r--modules/remote-sycl/benchmarks/mixed_precision.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/remote-sycl/benchmarks/mixed_precision.cpp b/modules/remote-sycl/benchmarks/mixed_precision.cpp
index 11ce7eb..d4b119b 100644
--- a/modules/remote-sycl/benchmarks/mixed_precision.cpp
+++ b/modules/remote-sycl/benchmarks/mixed_precision.cpp
@@ -26,7 +26,7 @@ int main(int argc, char** argv){
return -1;
}
}
- uint64_t max_test_size = start_test_size * 1024ul;
+ uint64_t max_test_size = start_test_size * 4ul;
if(args.size() > 2){
auto& str = args.at(2);