diff options
author | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-08-22 18:03:01 +0200 |
---|---|---|
committer | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-08-22 18:03:01 +0200 |
commit | 185b51c1385a828170ba63243eba137b5aa77b64 (patch) | |
tree | 3dc6261cae2166ac4e4c4c317678b2e4229f46c3 /modules/remote-sycl/benchmarks/mixed_precision.hpp | |
parent | 1fb10980808d66dfa6dec4ac87857d5c13bf7298 (diff) |
wip
Diffstat (limited to 'modules/remote-sycl/benchmarks/mixed_precision.hpp')
-rw-r--r-- | modules/remote-sycl/benchmarks/mixed_precision.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/remote-sycl/benchmarks/mixed_precision.hpp b/modules/remote-sycl/benchmarks/mixed_precision.hpp index cd8f9ec..fc3fc46 100644 --- a/modules/remote-sycl/benchmarks/mixed_precision.hpp +++ b/modules/remote-sycl/benchmarks/mixed_precision.hpp @@ -1,5 +1,6 @@ #pragma once +#include "../c++/data.hpp" #include "../c++/device.hpp" #include "../c++/remote.hpp" @@ -25,4 +26,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, uint64_t& arithmetic_intensity); +saw::interface<sch::MixedPrecisionBenchmarkInterface, saw::encode::Sycl<saw::encode::Native>, 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); |