Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions sycl/source/handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -571,11 +571,6 @@ detail::EventImplPtr handler::finalize() {
std::unique_ptr<detail::CG> CommandGroup;
switch (type) {
case detail::CGType::Kernel: {
#ifndef __INTEL_PREVIEW_BREAKING_CHANGES
// Copy kernel name here instead of move so that it's available after
// running of this method by reductions implementation. This allows for
// assert feature to check if kernel uses assertions
#endif
CommandGroup.reset(new detail::CGExecKernel(
impl->MKernelData.getNDRDesc(), std::move(MHostKernel),
std::move(MKernel), std::move(impl->MKernelBundle),
Expand Down
Loading