summaryrefslogtreecommitdiff
path: root/modules/remote-sycl/benchmarks/mixed_precision.cpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-11-21 20:47:10 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-11-21 20:47:10 +0100
commit36de95682200f3d1404951900b7d7089fefc62cc (patch)
treed638016910e98760831f8149938a2dcdd2e9e1e9 /modules/remote-sycl/benchmarks/mixed_precision.cpp
parentb514d9e6dfceafb83cebcbb0c7ef4728b2ff0401 (diff)
downloadforstio-forstio-36de95682200f3d1404951900b7d7089fefc62cc.tar.gz
Reworking sycl
Diffstat (limited to 'modules/remote-sycl/benchmarks/mixed_precision.cpp')
-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 aabe949..b4ba965 100644
--- a/modules/remote-sycl/benchmarks/mixed_precision.cpp
+++ b/modules/remote-sycl/benchmarks/mixed_precision.cpp
@@ -110,7 +110,7 @@ int main(int argc, char** argv){
std::cout<<"Warming up ..."<<std::endl;
for(uint64_t test_size = 1ul; test_size < max_test_size; test_size *= 2ul){
- mixed_data = {{{test_size,}}};
+ mixed_data = {{{test_size}}};
float64_data = {{{test_size}}};
float32_data = {{{test_size}}};
for(uint64_t i = 0; i < test_size; ++i){