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 bab0ad3 commit 47cf1bbCopy full SHA for 47cf1bb
sycl/unittests/assert/assert.cpp
@@ -49,10 +49,10 @@ struct KernelInfo<TestKernel> : public unittest::MockKernelInfoBase {
49
static constexpr const char *getName() { return "TestKernel"; }
50
};
51
52
+#ifndef __INTEL_PREVIEW_BREAKING_CHANGES
53
static constexpr const kernel_param_desc_t Signatures[] = {
54
{kernel_param_kind_t::kind_accessor, 4062, 0}};
55
-#ifndef __INTEL_PREVIEW_BREAKING_CHANGES
56
template <>
57
struct KernelInfo<::sycl::detail::__sycl_service_kernel__::AssertInfoCopier>
58
: public unittest::MockKernelInfoBase {
0 commit comments