Skip to content

Commit 88a36cd

Browse files
committed
removing GroupNonUniformElect - vestigial branch and merge artifact. Not called. Originally removed by A. Batashev.
Signed-off-by: Chris Perkins <[email protected]>
1 parent 42e0ed7 commit 88a36cd

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

sycl/include/CL/__spirv/spirv_ops.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -567,9 +567,6 @@ extern SYCL_EXTERNAL void
567567
__spirv_ocl_prefetch(const __attribute__((opencl_global)) char *Ptr,
568568
size_t NumBytes) noexcept;
569569

570-
__SYCL_CONVERGENT__ extern SYCL_EXTERNAL __SYCL_EXPORT bool
571-
__spirv_GroupNonUniformElect(__spv::Scope::Flag) noexcept;
572-
573570
#else // if !__SYCL_DEVICE_ONLY__
574571

575572
template <typename dataT>

sycl/include/CL/sycl/detail/spirv.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -735,10 +735,6 @@ EnableIfGenericShuffle<T> SubgroupShuffleUp(T x, id<1> local_id) {
735735
return Result;
736736
}
737737

738-
template <typename Group> bool GroupNonUniformElect() {
739-
return __spirv_GroupNonUniformElect(group_scope<Group>::value);
740-
}
741-
742738
} // namespace spirv
743739
} // namespace detail
744740
} // namespace sycl

0 commit comments

Comments
 (0)