Skip to content
Snippets Groups Projects
Commit 1bf70e57 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Enable Conv1D template.

parent f08d08ed
No related branches found
No related tags found
2 merge requests!32version 0.2.1,!28Enable Conv1D template.
Pipeline #48710 passed
...@@ -348,4 +348,5 @@ Aidge::ConvImpl_cuda<DIM>::~ConvImpl_cuda() { ...@@ -348,4 +348,5 @@ Aidge::ConvImpl_cuda<DIM>::~ConvImpl_cuda() {
// Template declarations // Template declarations
template class Aidge::ConvImpl_cuda<1>;
template class Aidge::ConvImpl_cuda<2>; template class Aidge::ConvImpl_cuda<2>;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment