Skip to content
Snippets Groups Projects

Add MSE missing operators

Closed Houssem ROUIS requested to merge hrouis/aidge_backend_cuda:Add_MSE_support into dev
All threads resolved!

Context

In order to use MSE with backend cuda, the following operators need to be supported:

  • Mul
  • ReduceMean
  • Pow

Solves #20 (closed)

Modified files

  • MulImpl.hpp, MulImpl.cpp and Test_MulImpl.cpp, add Mul forward() and backward();
  • ReduceMeanImpl.hpp, ReduceMeanImpl.cpp and Test_ReduceMeanImpl.cpp, add ReduceMean forward() and backward();
  • PowImpl.hpp, PowImpl.cpp and Test_PowImpl.cpp, add Pow forward() and backward();

TODO

  • Mul forwad
  • Mul backward
  • ReduceMean forward
  • ReduceMean backward
  • Pow forward
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
  • Houssem ROUIS added 9 commits

    added 9 commits

    • befa7997...7dbc0383 - 7 commits from branch eclipse/aidge:dev
    • 3de76ae1 - fix Mul forward
    • 012ec815 - Merge branch 'dev' of gitlab.eclipse.org:eclipse/aidge/aidge_backend_cuda into Add_MSE_support

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • requested review from @olivierbichler

  • assigned to @hrouis

  • added 1 commit

    Compare with previous version

  • Houssem ROUIS resolved all threads

    resolved all threads

  • Author Developer

    Replaced by !33 (merged)

  • Please register or sign in to reply
    Loading