diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-07-04 11:45:02 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-07-04 11:45:02 +0200 |
commit | ff5535b51730974b7933dd93e140579f3232a275 (patch) | |
tree | 967521f8aa7c208475dae63fc82eaff7e52bfb7b /modules/remote-sycl/benchmarks/mixed_precision.hpp | |
parent | fe49d9fcac2f0e45d998abc1909c1a3e35ec83ce (diff) |
Ammending kernel work
Diffstat (limited to 'modules/remote-sycl/benchmarks/mixed_precision.hpp')
-rw-r--r-- | modules/remote-sycl/benchmarks/mixed_precision.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/remote-sycl/benchmarks/mixed_precision.hpp b/modules/remote-sycl/benchmarks/mixed_precision.hpp index 3462bcd..784b9b5 100644 --- a/modules/remote-sycl/benchmarks/mixed_precision.hpp +++ b/modules/remote-sycl/benchmarks/mixed_precision.hpp @@ -24,4 +24,4 @@ using MixedPrecisionBenchmarkInterface = Interface< >; } -saw::interface<sch::MixedPrecisionBenchmarkInterface, saw::encode::Native, saw::rmt::Sycl, cl::sycl::queue*> listen_mixed_precision(cl::sycl::event& mixed_ev, cl::sycl::event& float64_ev, cl::sycl::event& float32_ev); +saw::interface<sch::MixedPrecisionBenchmarkInterface, saw::encode::Native, saw::rmt::Sycl, cl::sycl::queue*> listen_mixed_precision(cl::sycl::event& mixed_ev, cl::sycl::event& float64_ev, cl::sycl::event& float32_ev, uint64_t& arithmetic_intensity); |