Skip to content

Commit bc18d49

Browse files
committed
temp workaround in the setCompileTimeInfoIfNeeded
1 parent c04e1cc commit bc18d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/device_kernel_info.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void DeviceKernelInfo::setCompileTimeInfoIfNeeded(
5959
const CompileTimeKernelInfoTy &Info) {
6060
if (isCompileTimeInfoSet())
6161
CompileTimeKernelInfoTy::operator=(Info);
62-
assert(isCompileTimeInfoSet());
62+
// assert(isCompileTimeInfoSet());
6363
assert(Info == *this);
6464
}
6565

0 commit comments

Comments
 (0)