You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ONNX] Support ScatterElements with reduction (#13894)
* add ScatterElements converter to ONNX front-end
* native front-end for ScatterElements was implemented
* update ScatterElements in ONNX high-level front-end
* update comments
* register ScatterElementsAttrs
* register scatter elements strategy
* implement generic scatter elements in topi
* fix min-max redefinition
* fix IntImm conversion and update scatter element implementation
* fix parallel approach
* CI tests for scatter elements were added
* small update of description
* sphinx issue was fixed
* fix scatter deprecation in the CI test
* fix
* fix scatter version support
* fix negative indices
* add scatter elements strategy for cuda, gpu
* update assert comment, update check of negative indices, hide tests for 18 version
* fixes
* extend error log for convenient analysis
* lint fix
* fix
* sync dtypes
* update cpu tir for scatter elements by scan example
* scatter elements was basically implemented for topi/cuda
* fix cpu scatter elements
* fix gpu scatter elements
* fix
* small update
* transfer indices check out of general loop
* trancsfer ranges and strides calculation to gpu device
* fixes
* fix axis
* clean code
* fix after review
* fix lint
---------
Co-authored-by: Valery Chernov <[email protected]>
0 commit comments