Skip to content

Commit

Permalink
probably don't need to redirect subgroup ops
Browse files Browse the repository at this point in the history
  • Loading branch information
Elabajaba committed May 7, 2024
1 parent 2796a86 commit 192a95d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/redirect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ impl Redirector {
| Statement::Store { .. }
| Statement::ImageStore { .. }
| Statement::Atomic { .. }
| Statement::RayQuery { .. } => (),
Statement::SubgroupBallot { result, predicate } => todo!(),
Statement::SubgroupGather { mode, argument, result } => todo!(),
Statement::SubgroupCollectiveOperation { op, collective_op, argument, result } => todo!(),
| Statement::RayQuery { .. }
| Statement::SubgroupBallot { .. }
| Statement::SubgroupGather { .. }
| Statement::SubgroupCollectiveOperation { .. } => (),
}
}
}
Expand Down

0 comments on commit 192a95d

Please sign in to comment.