diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-07-02 19:46:02 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-07-02 19:46:02 +0200 |
commit | 25e05907f0292310eaae27a032db0ee274413874 (patch) | |
tree | 283de0ebb6b61add2221436a77bb09e2ff101080 /modules/remote-sycl/tests/sycl_basics.cpp | |
parent | e51d2b1c0493dfd30d1622c8a0628ecf98c92f1c (diff) |
Preparing benchmark work
Diffstat (limited to 'modules/remote-sycl/tests/sycl_basics.cpp')
-rw-r--r-- | modules/remote-sycl/tests/sycl_basics.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/remote-sycl/tests/sycl_basics.cpp b/modules/remote-sycl/tests/sycl_basics.cpp index 61e0d87..7212a77 100644 --- a/modules/remote-sycl/tests/sycl_basics.cpp +++ b/modules/remote-sycl/tests/sycl_basics.cpp @@ -15,15 +15,6 @@ using TestStruct = Struct< using Foo = Interface< Member<Function<TestStruct, Void>, "foo"> >; - -using Calculator = Interface< - Member< - Function<Tuple<Int64, Int64>, Int64>, "add" - > -, Member< - Function<Tuple<Int64, Int64>, Int64>, "multiply" - > ->; } SAW_TEST("SYCL Test Setup"){ using namespace saw; |