From 25e05907f0292310eaae27a032db0ee274413874 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 2 Jul 2024 19:46:02 +0200 Subject: Preparing benchmark work --- modules/remote-sycl/tests/sycl_basics.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'modules/remote-sycl/tests/sycl_basics.cpp') 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, "foo"> >; - -using Calculator = Interface< - Member< - Function, Int64>, "add" - > -, Member< - Function, Int64>, "multiply" - > ->; } SAW_TEST("SYCL Test Setup"){ using namespace saw; -- cgit v1.2.3