Skip to content

Commit eea2241

Browse files
author
Victor Lomuller
committed
remove eq/neq operator
1 parent 9cefd48 commit eea2241

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

sycl/include/sycl/ext/oneapi/work_group_scratch_memory.hpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,6 @@ template <> struct PropertyMetaInfo<work_group_scratch_size> {
4848
};
4949

5050
} // 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-
const work_group_scratch_size &rhs) {
58-
return !(lhs == rhs);
59-
}
60-
6151
} // namespace experimental
6252
} // namespace ext::oneapi
6353
} // namespace _V1

0 commit comments

Comments
 (0)