Complete GPU implementation of CumSum op (#1094)
Add exclusive and reverse modes to gpu implementation of prefix_scan_sum, which completes support for ONNX op CumSum
Showing
src/include/migraphx/op/prefix_scan_op.hpp
100755 → 100644
src/targets/gpu/include/migraphx/gpu/device/prefix_scan_sum.hpp
100755 → 100644
test/verify/test_prefix_scan_sum_2d.cpp
100755 → 100644
Please register or sign in to comment