Add more of the conv1d op.

This commit is contained in:
laurent
2023-07-04 11:15:45 +01:00
parent 3aac1047fe
commit a424d95473
8 changed files with 52 additions and 19 deletions

View File

@ -105,8 +105,7 @@ impl CudaStorage {
_l: &Layout,
_kernel: &Self,
_kernel_l: &Layout,
_padding: usize,
_stride: usize,
_params: &crate::conv::ParamsConv1D,
) -> Result<Self> {
Err(Error::NotCompiledWithCudaSupport)
}