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 6258fed commit 5e89d2fCopy full SHA for 5e89d2f
sycl/include/sycl/detail/cg_types.hpp
@@ -261,7 +261,7 @@ class HostKernelRef : public HostKernelRefBase {
261
#ifndef __INTEL_PREVIEW_BREAKING_CHANGES
262
// This function can't be called from old user code, because there is no
263
// HostKernelRef in old user code. So, make it empty.
264
- void InstantiateKernelOnHost() override { }
+ void InstantiateKernelOnHost() override {}
265
#endif
266
};
267
0 commit comments