diff options
Diffstat (limited to 'modules/remote-opencl/c++/device.hpp')
-rw-r--r-- | modules/remote-opencl/c++/device.hpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/remote-opencl/c++/device.hpp b/modules/remote-opencl/c++/device.hpp deleted file mode 100644 index 7176004..0000000 --- a/modules/remote-opencl/c++/device.hpp +++ /dev/null @@ -1,14 +0,0 @@ -#pragma once - -namespace saw { -namespace rmt { -struct OpenCl{}; -} -template<typename T> -struct backend; - -struct backend<dev::Hip> { -}; - - -} |