Skip to content
Snippets Groups Projects
Commit 4ac72ae3 authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Fixed template declaration

parent 08344a37
No related branches found
No related tags found
No related merge requests found
Pipeline #31670 failed
......@@ -183,7 +183,4 @@ void Aidge::ConvImpl_cuda<DIM>::backward() { printf("Not implemented yet.\n"); }
// Template declarations
void ConvImpl_cuda_template_declaration ()
{
Aidge::ConvImpl_cuda<2> ConvImpl_cuda2(Aidge::Conv_Op<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