Commits on Source (23)
-
Maxence Naud authored
version 0.2.3 See merge request !73
d1114932 -
Add necessary support for editable mode build with: pip install --no-build-isolation -v -e . Reported changes done for this support in aidge_core. Ref aidge_core merge request aidge_core!154
fc645f01 -
Olivier BICHLER authored8e7e8c69
-
Olivier BICHLER authored222c1227
-
Grégoire Kubler authored
[Setup] Add support for editable mode See merge request !80
290e8042 -
Christophe Guillon authored
Simplify dependencies for binding and allow both TEST and PYBIND on when Python embedded interpreter is available. This aligns to the new aidge_core dependencies which are self-sufficient. Update cmake requirements to >=3.18+ in order to support missing Python embedded interpreter. This change requires the installed aidge_core library to include the merge request aidge_core!187
1bcf11d8 -
Grégoire Kubler authored
[Build] Align build to new aidge_core dependencies See merge request !89
1b2f2e7f -
Houssem ROUIS authorede32b8199
-
Houssem ROUIS authoredf43121fa
-
Houssem ROUIS authored9d80d4f2
-
Houssem ROUIS authoredbd212be1
-
Olivier BICHLER authoredf9bb152c
-
Olivier BICHLER authored
Refactor OperatorImpl for backend/export See merge request !79
da37fdb4 -
Houssem ROUIS authored79dfb4d0
-
Houssem ROUIS authored30083903
-
fb857a5b
-
Grégoire Kubler authored
Added Bitshift Operator See merge request !88
54e3425a -
Houssem ROUIS authored9de5fc92
-
Houssem ROUIS authoredb9ac173b
-
Olivier BICHLER authored
Fix/PowBackwardKernel See merge request !90
83a07c63 -
Grégoire Kubler authored225037b4
-
Grégoire Kubler authored1604de24
-
Grégoire Kubler authoredf9d74d9f
Showing
- CMakeLists.txt 19 additions, 16 deletionsCMakeLists.txt
- README.md 17 additions, 3 deletionsREADME.md
- aidge_backend_cpu-config.cmake.in 7 additions, 0 deletionsaidge_backend_cpu-config.cmake.in
- cmake/PybindModuleCreation.cmake 5 additions, 6 deletionscmake/PybindModuleCreation.cmake
- include/aidge/backend/cpu.hpp 1 addition, 0 deletionsinclude/aidge/backend/cpu.hpp
- include/aidge/backend/cpu/operator/BitShiftImpl.hpp 38 additions, 0 deletionsinclude/aidge/backend/cpu/operator/BitShiftImpl.hpp
- include/aidge/backend/cpu/operator/BitShiftImpl_kernels.hpp 70 additions, 0 deletionsinclude/aidge/backend/cpu/operator/BitShiftImpl_kernels.hpp
- include/aidge/backend/cpu/operator/MatMulImpl_kernels.hpp 7 additions, 7 deletionsinclude/aidge/backend/cpu/operator/MatMulImpl_kernels.hpp
- include/aidge/backend/cpu/operator/PowImpl.hpp 2 additions, 1 deletioninclude/aidge/backend/cpu/operator/PowImpl.hpp
- include/aidge/backend/cpu/operator/PowImpl_kernels.hpp 42 additions, 9 deletionsinclude/aidge/backend/cpu/operator/PowImpl_kernels.hpp
- project_name.txt 0 additions, 1 deletionproject_name.txt
- pyproject.toml 1 addition, 2 deletionspyproject.toml
- requirements.txt 0 additions, 1 deletionrequirements.txt
- setup.py 24 additions, 34 deletionssetup.py
- src/operator/BitShiftImpl.cpp 57 additions, 0 deletionssrc/operator/BitShiftImpl.cpp
- src/operator/PowImpl.cpp 19 additions, 11 deletionssrc/operator/PowImpl.cpp
- unit_tests/CMakeLists.txt 1 addition, 1 deletionunit_tests/CMakeLists.txt
- unit_tests/operator/Test_BitShift.cpp 245 additions, 0 deletionsunit_tests/operator/Test_BitShift.cpp
- unit_tests/operator/Test_PowImpl.cpp 166 additions, 0 deletionsunit_tests/operator/Test_PowImpl.cpp
- version.txt 1 addition, 1 deletionversion.txt
project_name.txt
deleted
100644 → 0
requirements.txt
deleted
100644 → 0
src/operator/BitShiftImpl.cpp
0 → 100644
unit_tests/operator/Test_BitShift.cpp
0 → 100644