Skip to content
Snippets Groups Projects
Commit ac651b61 authored by Thibault Allenet's avatar Thibault Allenet Committed by Olivier BICHLER
Browse files

Add convolution registrar entry for int4 without implementation - Need for generate scheduling

parent a9b92e7f
No related branches found
No related tags found
No related merge requests found
Pipeline #60024 failed
......@@ -268,6 +268,9 @@ REGISTRAR(ConvImpl2D_cpu,
REGISTRAR(ConvImpl2D_cpu,
{{DataType::Any, DataFormat::NCHW}, {DataType::Int32, DataFormat::NCHW}},
{ProdConso::inPlaceModel, Aidge::ConvImpl2D_cpu_forward_kernel<int32_t, int32_t, int32_t, int32_t>, nullptr});
REGISTRAR(ConvImpl2D_cpu,
{{DataType::Any, DataFormat::NCHW}, {DataType::Int4, DataFormat::NCHW}},
{ProdConso::inPlaceModel, nullptr, nullptr});
REGISTRAR(ConvImpl2D_cpu,
{{DataType::Any, DataFormat::NCHW}, {DataType::Float64, DataFormat::NCHW}},
{ProdConso::inPlaceModel, Aidge::ConvImpl2D_cpu_forward_kernel<double, double, double, double>, nullptr});
......
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