From 5969e94c88f7db8cfe017190a27faf86b42b1a5f Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 11 Apr 2024 18:23:43 +0200 Subject: remote-kokkos: Remove kokkos for now --- modules/remote-kokkos/c++/rpc.hpp | 44 --------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 modules/remote-kokkos/c++/rpc.hpp (limited to 'modules/remote-kokkos/c++/rpc.hpp') diff --git a/modules/remote-kokkos/c++/rpc.hpp b/modules/remote-kokkos/c++/rpc.hpp deleted file mode 100644 index bddb60d..0000000 --- a/modules/remote-kokkos/c++/rpc.hpp +++ /dev/null @@ -1,44 +0,0 @@ -#pragma once - -namespace saw { -namespace rmt { -struct DeviceKokkos {}; -} - -template<> -class remote { -private: -public: - template - error_or> connect(){ - return make_error(); - } -}; - -error_or> create_remote(){ - auto rc = hipInit(0); - - return make_error(); -} - -template -class rpc_client { -public: - template - struct request { - std::tuple...> ids; - - error_or>> wait(); - }; -}; - -template -class rpc_server { -private: - /** - * Needs a variant ptr of all possible return types - */ - struct data_storage { - }; -}; -} -- cgit v1.2.3