[Algs] add reductions to python bindings#1240
Conversation
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request introduces reductions to the python bindings, including sum, min, and max operations. It also adds a benchmark for reduction sum and allows setting and getting the implementation of reduction algorithms. The changes include modifications to the C++ code to implement the reduction operations and expose them to Python, as well as adding a new Python script for benchmarking the performance of different reduction algorithms. Additionally, the test suite is expanded to include tests for the new reduction operations.
Workflow reportworkflow report corresponding to commit 8451fae Pre-commit check reportPre-commit check: ✅ Test pipeline can run. Clang-tidy diff reportNo relevant changes found. You should now go back to your normal life and enjoy a hopefully sunny day while waiting for the review. Doxygen diff with
|
No description provided.