We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb90af commit 3f3f9d5Copy full SHA for 3f3f9d5
sycl/source/detail/graph/graph_impl.hpp
@@ -953,8 +953,7 @@ class exec_graph_impl {
953
954
namespace std {
955
template <sycl::ext::oneapi::experimental::graph_state State>
956
-struct __SYCL_EXPORT
957
- hash<sycl::ext::oneapi::experimental::command_graph<State>> {
+struct hash<sycl::ext::oneapi::experimental::command_graph<State>> {
958
size_t operator()(const sycl::ext::oneapi::experimental::command_graph<State>
959
&Graph) const {
960
auto ID = sycl::detail::getSyclObjImpl(Graph)->getID();
0 commit comments