Skip to content

Commit

Permalink
possible missing line in example
Browse files Browse the repository at this point in the history
  • Loading branch information
minuJeong committed Jul 15, 2024
1 parent 4268735 commit f8a8be4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/gpu_puzzles/run.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const char *kPuzzle1 = R"(
@group(0) @binding(1) var<storage, read_write> output : array<f32>;
@compute @workgroup_size({{workgroupSize}})
fn main(
@builtin(local_invocation_id) LocalInvocationID: vec3<u32>) {
// Your code here
}
)";
Expand Down

0 comments on commit f8a8be4

Please sign in to comment.