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 eb7b242 commit 1040963Copy full SHA for 1040963
sycl/source/detail/device_kernel_info.cpp
@@ -41,7 +41,6 @@ void DeviceKernelInfo::initIfNeeded(KernelNameStrRefT KernelName) {
41
template <typename OtherTy>
42
inline constexpr bool operator==(const CompileTimeKernelInfoTy &LHS,
43
const OtherTy &RHS) {
44
-
45
// TODO replace with std::tie(...) == std::tie(...) once there is
46
// implicit conversion from detail to std string_view.
47
return std::string_view{LHS.Name} == std::string_view{RHS.Name} &&
0 commit comments