Skip to content
Snippets Groups Projects

Update 0.3.1 -> 0.4.0

Merged Cyril Moineau requested to merge dev into main

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
31 * @brief Given a GraphView with parameters properly initialized and some calibration data,
32 * insert the LSQ quantizer nodes, and adjust their step-sizes.
33 * @param graphView The GraphView containing the graph to quantize.
34 * @param nbBits Number of quantization bits.
35 * @param calibrationData Calibration data used to adjust the spans.
36 * @param scale Multiplicative constant applied to the spans.
37 */
38 void insertAndInitQuantizers(std::shared_ptr<GraphView> graphView, size_t nbBits, std::shared_ptr<Tensor> calibrationData);
39
40 }
41 }
42
43 #endif /* AIDGE_QUANTIZATION_QAT_LSQ_H_ */
44
12 #ifndef AIDGE_QUANTIZATION_QUANTIZATION_QAT_LSQ_H_
13 #define AIDGE_QUANTIZATION_QUANTIZATION_QAT_LSQ_H_
  • Noam Zerah added 1 commit

    added 1 commit

    • 1cf90a30 - Adding quantizer python binding

    Compare with previous version

  • Cyril Moineau added 2 commits

    added 2 commits

    • d194edc7 - Update Python min version to 3.10
    • be1cb834 - Add option -DPYBIND11_FINDPYTHON=ON.

    Compare with previous version

  • Cyril Moineau added 1 commit

    added 1 commit

    • 06fb85e0 - Specialized release pipeline to build only CPU wheels.

    Compare with previous version

  • Cyril Moineau added 1 commit

    added 1 commit

    • 4cb08b56 - Specialized release pipeline to build only CPU wheels.

    Compare with previous version

  • Cyril Moineau added 1 commit

    added 1 commit

    • 9a5d8633 - Update manylinux image used by CIBW to manylinux 2.28.

    Compare with previous version

  • Cyril Moineau added 2 commits

    added 2 commits

    • 9afb2b90 - udpate cibuildwheel_build_deps_before_build_wheel.sh.
    • ab544267 - Update build dependencies.

    Compare with previous version

  • Cyril Moineau added 1 commit

    added 1 commit

    • c99193c6 - Update pyproject.toml with search path to debug locally.

    Compare with previous version

  • Cyril Moineau added 1 commit

    added 1 commit

    • 1eb79b12 - Remove CIBW test as they are currently stuck.

    Compare with previous version

  • Cyril Moineau added 1 commit

    added 1 commit

    • 67a5ce39 - Remove CIBW test as they are currently stuck.

    Compare with previous version

  • Cyril Moineau added 4 commits

    added 4 commits

    Compare with previous version

  • Cyril Moineau enabled an automatic merge when all merge checks for 00e24ca1 pass

    enabled an automatic merge when all merge checks for 00e24ca1 pass

  • merged

  • Please register or sign in to reply
    Loading