Merge branch 'add_matmul' into 'dev'
Add support for the MatMul operator See merge request !45
No related branches found
No related tags found
Checking pipeline status
Showing
- include/aidge/quantization/PTQ/PTQ.hpp 6 additions, 0 deletionsinclude/aidge/quantization/PTQ/PTQ.hpp
- include/aidge/quantization/QAT/QAT_LSQ.hpp 25 additions, 25 deletionsinclude/aidge/quantization/QAT/QAT_LSQ.hpp
- include/aidge/recipes/QuantRecipes.hpp 8 additions, 0 deletionsinclude/aidge/recipes/QuantRecipes.hpp
- python_binding/recipes/pybind_QuantRecipes.cpp 5 additions, 3 deletionspython_binding/recipes/pybind_QuantRecipes.cpp
- src/PTQ/CLE.cpp 22 additions, 62 deletionssrc/PTQ/CLE.cpp
- src/PTQ/PTQ.cpp 157 additions, 76 deletionssrc/PTQ/PTQ.cpp
- src/QAT/QAT_LSQ.cpp 161 additions, 161 deletionssrc/QAT/QAT_LSQ.cpp
- src/backend/cuda/operator/LSQImpl.cpp 2 additions, 2 deletionssrc/backend/cuda/operator/LSQImpl.cpp
- src/operator/PTQMetaOps.cpp 0 additions, 2 deletionssrc/operator/PTQMetaOps.cpp
- src/recipes/QuantRecipes.cpp 69 additions, 2 deletionssrc/recipes/QuantRecipes.cpp
Loading
Please register or sign in to comment