From eda631b272eb88d13a50643853e61196c888ac71 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Fri, 6 Sep 2024 17:11:35 +0200 Subject: Adding missing virtual function --- modules/remote-hip/c++/transfer.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules') diff --git a/modules/remote-hip/c++/transfer.hpp b/modules/remote-hip/c++/transfer.hpp index 4e76436..fdbac20 100644 --- a/modules/remote-hip/c++/transfer.hpp +++ b/modules/remote-hip/c++/transfer.hpp @@ -17,6 +17,12 @@ private: std::map>> values_; public: + static constexpr std::pair class_id{schema_hash::apply(), schema_hash::apply()}; + + std::pair get_class_id() const override { + return class_id; + } + data_server(our> device__): device_{std::move(device__)} {} -- cgit v1.2.3