Skip to content

Commit df880fd

Browse files
committed
Add one lost CGTYPE::
1 parent 03e104c commit df880fd

File tree

1 file changed

+1
-1
lines changed
  • sycl/include/CL/sycl/detail

1 file changed

+1
-1
lines changed

sycl/include/CL/sycl/detail/cg.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ class CGFill : public CG {
322322
std::vector<Requirement *> Requirements,
323323
std::vector<detail::EventImplPtr> Events,
324324
detail::code_location loc = {})
325-
: CG(Fill, std::move(ArgsStorage), std::move(AccStorage),
325+
: CG(CGTYPE::Fill, std::move(ArgsStorage), std::move(AccStorage),
326326
std::move(SharedPtrStorage), std::move(Requirements),
327327
std::move(Events), std::move(loc)),
328328
MPattern(std::move(Pattern)), MPtr((Requirement *)Ptr) {}

0 commit comments

Comments
 (0)