Skip to content

Commit

Permalink
Merge pull request KhronosGroup#312 from alan-baker/clspv-optional-op…
Browse files Browse the repository at this point in the history
…erands

Make operands to Kernel added in v5 optional
  • Loading branch information
dneto0 authored Jan 4, 2023
2 parents c16439f + 30a41a4 commit d13b522
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"operands" : [
{ "kind" : "IdRef", "name" : "Kernel" },
{ "kind" : "IdRef", "name" : "Name" },
{ "kind" : "IdRef", "name" : "NumArguments"},
{ "kind" : "IdRef", "name" : "Flags" },
{ "kind" : "IdRef", "name" : "Attributes" }
{ "kind" : "IdRef", "name" : "NumArguments", "quantifier" : "?" },
{ "kind" : "IdRef", "name" : "Flags", "quantifier" : "?" },
{ "kind" : "IdRef", "name" : "Attributes", "quantifier" : "?" }
]
},
{
Expand Down

0 comments on commit d13b522

Please sign in to comment.