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 9cefd48 commit eea2241Copy full SHA for eea2241
sycl/include/sycl/ext/oneapi/work_group_scratch_memory.hpp
@@ -48,16 +48,6 @@ template <> struct PropertyMetaInfo<work_group_scratch_size> {
48
};
49
50
} // namespace detail
51
-
52
-inline bool operator==(const work_group_scratch_size &lhs,
53
- const work_group_scratch_size &rhs) {
54
- return lhs.size == rhs.size;
55
-}
56
-inline bool operator!=(const work_group_scratch_size &lhs,
57
58
- return !(lhs == rhs);
59
60
61
} // namespace experimental
62
} // namespace ext::oneapi
63
} // namespace _V1
0 commit comments