Skip to content

Commit 3f3f9d5

Browse files
[SYCL] [Graph] Remove unnecesary SYCL_EXPORT (#19149)
Fixes post-commit windows CI failure introduced by #19045
1 parent adb90af commit 3f3f9d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sycl/source/detail/graph/graph_impl.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -953,8 +953,7 @@ class exec_graph_impl {
953953

954954
namespace std {
955955
template <sycl::ext::oneapi::experimental::graph_state State>
956-
struct __SYCL_EXPORT
957-
hash<sycl::ext::oneapi::experimental::command_graph<State>> {
956+
struct hash<sycl::ext::oneapi::experimental::command_graph<State>> {
958957
size_t operator()(const sycl::ext::oneapi::experimental::command_graph<State>
959958
&Graph) const {
960959
auto ID = sycl::detail::getSyclObjImpl(Graph)->getID();

0 commit comments

Comments
 (0)