diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-10-12 15:42:56 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-10-12 15:42:56 +0200 |
| commit | 4bce6c96d0c49161b840796b277baab7972c0214 (patch) | |
| tree | 5883f6988dea5e5002e55756931ce922cbc5d806 /modules/remote-sycl/benchmarks/mixed_precision.cpp | |
| parent | af87db21b8c72d16e4f63aba9fcfecd48167e71d (diff) | |
| download | forstio-forstio-4bce6c96d0c49161b840796b277baab7972c0214.tar.gz | |
Fixed and added Array for sycl
Diffstat (limited to 'modules/remote-sycl/benchmarks/mixed_precision.cpp')
| -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 d4b119b..4d37f5f 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; |
