Skip to content

Commit 8f37c82

Browse files
committed
Revert change to getSyclObjImpl call
1 parent db6a8e3 commit 8f37c82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sycl/source/detail/jit_compiler.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,8 +1044,7 @@ jit_compiler::fuseKernels(QueueImplPtr Queue,
10441044
std::shared_ptr<detail::kernel_bundle_impl> KernelBundleImplPtr;
10451045
if (TargetFormat == ::jit_compiler::BinaryFormat::SPIRV) {
10461046
detail::getSyclObjImpl(get_kernel_bundle<bundle_state::executable>(
1047-
Queue->get_context(), {Queue->get_device()},
1048-
{std::move(FusedKernelId)}));
1047+
Queue->get_context(), {Queue->get_device()}, {FusedKernelId}));
10491048
}
10501049

10511050
std::unique_ptr<detail::CG> FusedCG;

0 commit comments

Comments
 (0)