You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---- convolution_spec_cuda::it_computes_correct_convolution_on_cuda_for_f64_plain stdout ----
thread 'convolution_spec_cuda::it_computes_correct_convolution_on_cuda_for_f64_plain' panicked at 'called `Result::unwrap()` on an `Err` value: BadParam("At least one of the following conditions are met: One of the parameters `handle`, `src_desc`, `filter_desc`, `conv_desc`, `dest_desc` is NULL. The tensor `dest_desc` or `filter_desc` are not of the same dimension as `src_desc`. The tensor `src_desc`, `dest_desc` or `filter_desc` are not of the same data type. The numbers of feature maps of the tensor `src_desc` and `filter_desc` differ. The tensor `src_desc` has a dimension smaller than 3.")', ../src/libcore/result.rs:746
stack backtrace:
1: 0x562fc1e6be00 - std::sys::backtrace::tracing::imp::write::h714760a4c8c0cdd8
2: 0x562fc1e6f26b - std::panicking::default_hook::_$u7b$$u7b$closure$u7d$$u7d$::hff309ab1d83ffd90
3: 0x562fc1e6ee5b - std::panicking::default_hook::h08ad3bb09872855b
4: 0x562fc1e6281f - std::sys_common::unwind::begin_unwind_inner::h406d5f1a330b854b
5: 0x562fc1e637e8 - std::sys_common::unwind::begin_unwind_fmt::h57ea3fbee1a40196
6: 0x562fc1e6b051 - rust_begin_unwind
7: 0x562fc1ea532f - core::panicking::panic_fmt::ha6b3c19493c123b3
8: 0x562fc1e30d2c - core::result::unwrap_failed::h5ca7669a9ea0bd2d
at ../src/libcore/macros.rs:29
9: 0x562fc1e384a7 - _<std..result..Result<T, E>>::unwrap::hc227083efa2e1836
at ../src/libcore/result.rs:687
10: 0x562fc1e3c107 - collenchyma_nn::frameworks::cuda::_<impl plugin..Convolution<f64> for co..Backend<co..Cuda>>::new_convolution_config::h50a25026e3106645
at src/frameworks/cuda/mod.rs:274
11: 0x562fc1defa04 - convolution_specs::convolution_spec_cuda::it_computes_correct_convolution_on_cuda_for_f64_plain::hd6d9e72d4485bc15
at tests/convolution_specs.rs:186
12: 0x562fc1e0ccd6 - _<F as std..boxed..FnBox<A>>::call_box::h70afdbb50723dc50
13: 0x562fc1e0f41b - std::sys_common::unwind::try::try_fn::h84d8f5327fa145ba
14: 0x562fc1e6afdb - __rust_try
15: 0x562fc1e6af6d - std::sys_common::unwind::inner_try::h4e97625a08807651
16: 0x562fc1e0f79a - _<F as std..boxed..FnBox<A>>::call_box::h588f35c7f2016768
17: 0x562fc1e6d904 - std::sys::thread::Thread::new::thread_start::h74af400293164137
18: 0x7fa5884ce6a9 - start_thread
19: 0x7fa587fece9c - clone
20: 0x0 - <unknown>
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: