diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-10-16 17:13:07 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-10-16 17:13:07 +0200 |
| commit | e377859084dfeb254451ac97d01c1272a321dc10 (patch) | |
| tree | dcf54b2685bdfb3c7e0a80bd9dd522d7f260ba14 | |
| parent | 9edf55235fee4cedccdca43f4da93b6adcced94b (diff) | |
| download | forstio-forstio-e377859084dfeb254451ac97d01c1272a321dc10.tar.gz | |
Accidental typo
| -rw-r--r-- | modules/remote-sycl/benchmarks/mixed_precision.cpp | 2 |
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 4d37f5f..d4b119b 100644 --- a/modules/remote-sycl/benchmarks/mixed_precision.cpp +++ b/modules/remote-sycl/benchmarks/mixed_precision.cpp @@ -140,7 +140,7 @@ int main(int argc, char** argv){ uint64_t time_float32 = std::numeric_limits<uint64_t>::max(); for(uint64_t runs_i = 0u; runs_i < runs; ++runs_i){ - (std::cout<<''.').flush(); + (std::cout<<'.').flush(); data<sch::MixedArray> mixed_host_data; data<sch::Float64Array> float64_host_data; |
