Skip to content
Snippets Groups Projects

Learning backend cuda

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

Context

This MR is intended to add the forward implementations for Accuracy computation operators:

  • And
  • ArgMax
  • ReduceSum

Modified files

  • AndImpl.hpp, AndImpl_forward_kernels.hpp, AndImpl.cpp and Tests_AndImpl.cpp, add And forward impl;
  • ArgMaxImpl.hpp, ArgMaxImpl_forward_kernels.hpp, ArgMaxImpl.cpp and Tests_ArgMaxImpl.cpp, add ArgMaxforward impl;
  • ReduceSumImpl.hpp, ReduceSumImpl_forward_kernels.hpp, ReduceSumImpl.cpp and Tests_ReduceSumImpl.cpp, add ReduceSum forward impl;

TODO

  • And
  • ArgMax
  • ReduceSum

Merge request reports

Merge request pipeline #53772 passed

Merge request pipeline passed for 078b5e0b

Test coverage 85.25% (1.25%) from 2 jobs

Merged by Thibault AllenetThibault Allenet 11 months ago (Sep 3, 2024 2:10pm UTC)

Loading

Pipeline #53778 passed

Pipeline passed for 6d62d437 on dev

Test coverage 85.25% (1.25%) from 2 jobs

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading