1
2
3
4
5
mod r#const;
mod dynamic;

pub use dynamic::SplitSliceOverCudaThreadsDynamicStride;
pub use r#const::SplitSliceOverCudaThreadsConstStride;