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 288aeae commit a307ff1Copy full SHA for a307ff1
sycl/include/sycl/detail/cg.hpp
@@ -574,7 +574,7 @@ class CGExecCommandBuffer : public CG {
574
public:
575
sycl::detail::pi::PiExtCommandBuffer MCommandBuffer;
576
577
- CGExecCommandBuffer(sycl::detail::pi::PiExtCommandBuffer CommandBuffer,
+ CGExecCommandBuffer(const sycl::detail::pi::PiExtCommandBuffer &CommandBuffer,
578
CG::StorageInitHelper CGData)
579
: CG(CGTYPE::ExecCommandBuffer, std::move(CGData)),
580
MCommandBuffer(CommandBuffer) {}
0 commit comments