Skip to content

Commit

Permalink
conv1d - remove duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrist1 committed Jul 11, 2023
1 parent 0224d40 commit 019dbbf
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/tensor_ops/conv1d/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ mod cudnn_kernel;
#[cfg(test)]
mod tests;

// #[cfg(all(not(feature = "cudnn"), feature = "cuda"))]
// mod cuda_kernel;
//
// #[cfg(feature = "cudnn")]
// mod cudnn_kernel;

#[cfg(test)]
mod tests;

#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub(super) struct Conv1DOp {
Expand Down

0 comments on commit 019dbbf

Please sign in to comment.