Skip to content

Commit

Permalink
Merge pull request #12 from minuJeong/main
Browse files Browse the repository at this point in the history
possible missing line in example
  • Loading branch information
austinvhuang authored Jul 16, 2024
2 parents 4268735 + f8a8be4 commit 3a3d4e7
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 3a3d4e7

Please sign in to comment.