Skip to content
Snippets Groups Projects

Learning backend cuda

Merged Houssem ROUIS requested to merge hrouis/aidge_core:learning_backend_cuda into dev

Context

Suppport Learning with backend_cuda:

  • For DataProvider, add a backend attribute to allow reading batch on supported backends
  • Add operators to compute Accuracy with a graph: ArgMax, And, ReduceSum

Modified files

  • DataProvider.hpp , DataProvider.cpp and pybind_DataProvider.cpp, add backend member to DataProvider;
  • ArgMax.hpp , ArgMax.cpp and pybind_ArgMax.cpp, add ArgMax operator;
  • And.hpp , And.cpp and pybind_And.cpp, add And operator;
  • ReduceSum.hpp , ReduceSum.cpp and pybind_ReduceSum.cpp, add ReduceSum operator;

This MR also fixes: #155 (closed)

TODO

  • Support backend_cuda in DataProvider
  • Add ArgMax operator for Accuracy computation
  • Add And operator for Accuracy computation
  • Add ReduceSum operator for Accuracy computation
Edited by Houssem ROUIS

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
  • Thibault Allenet
  • Thibault Allenet
  • Thibault Allenet
  • Thibault Allenet
  • Thibault Allenet
  • Review for 3 MR 'Learning backend cuda' in core, backend_cpu, backend_cuda.

    Content

    @olivierbichler , Any idea how to incorporate this tool ? I think it is an important tool to test backward kernels, especially before trying to reproduce Quantization methods like LSQ or SAT.

    Documentation

    • Document each arguments of the constructors (for each operator : And, ArgMax, ReduceSum, ReduceMean) in the C++ doxygen documentation and python (pybind files). The locations have been highlighted in comments.

    Tests

    • In the backend_cpu MR : add tests for the forwardDims functions of each operator (especially ReduceSum, ReduceMean)
    • Add tests that covers the new part of code in the TensorImpl_backend_cuda : aidge_backend_cuda!33 (diffs)
    Edited by Thibault Allenet
  • Houssem ROUIS added 1 commit

    added 1 commit

    Compare with previous version

  • Houssem ROUIS resolved all threads

    resolved all threads

  • Houssem ROUIS added 26 commits

    added 26 commits

    • d6e9c816...0e48b653 - 25 commits from branch eclipse/aidge:dev
    • 8d287f91 - Merge branch 'dev' of gitlab.eclipse.org:eclipse/aidge/aidge_core into learning_backend_cuda

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading