diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-07-02 20:29:02 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-07-02 20:29:02 +0200 |
commit | 0290e02fb1e4d3492a166e6eff3210100251f33a (patch) | |
tree | cc9bbf7b81a1c003a9e54b47c0fcf049aa3d3aa7 /modules/remote-sycl/tests/mixed_precision.cpp | |
parent | 25e05907f0292310eaae27a032db0ee274413874 (diff) |
Fixed running benchmarks
Diffstat (limited to 'modules/remote-sycl/tests/mixed_precision.cpp')
-rw-r--r-- | modules/remote-sycl/tests/mixed_precision.cpp | 2 |
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; |