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 fd4b190 commit 8c1cd4bCopy full SHA for 8c1cd4b
sycl/source/detail/device_kernel_info.cpp
@@ -63,7 +63,6 @@ void DeviceKernelInfo::setCompileTimeInfoIfNeeded(
63
const CompileTimeKernelInfoTy &Info) {
64
if (!isCompileTimeInfoSet())
65
CompileTimeKernelInfoTy::operator=(Info);
66
- assert(isCompileTimeInfoSet());
67
assert(Info == *this);
68
}
69
0 commit comments