Skip to content

Commit

Permalink
Remove leftover GatherArgs.
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelPeeters committed Jul 13, 2024
1 parent 0c7600a commit 0362fbf
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions kn-cuda-eval/src/step.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@ pub enum Step<P> {
GatherOp(GatherOpArgs<P>),
}

#[derive(Debug)]
pub struct GatherArgs<P> {
pub input: PtrTensor<P>,
pub axis: usize,
pub indices: PtrTensor<P>,
pub output: PtrTensor<P>,
}

#[derive(Debug)]
pub struct ScalarOpArgs<P> {
pub kernel: ScalarKernel,
Expand Down

0 comments on commit 0362fbf

Please sign in to comment.