- 08 Apr, 2023 2 commits
- 06 Apr, 2023 1 commit
-
-
Paul authored
-
- 05 Apr, 2023 3 commits
- 03 Apr, 2023 2 commits
- 21 Mar, 2023 2 commits
- 18 Mar, 2023 2 commits
- 11 Mar, 2023 2 commits
- 09 Mar, 2023 1 commit
-
-
Akash Patel authored
fallback to msgpack for older msgpack versions
-
- 07 Mar, 2023 1 commit
-
-
Umang Yadav authored
* NMS improvements
-
- 06 Mar, 2023 1 commit
-
-
Umang Yadav authored
-
- 04 Mar, 2023 2 commits
-
-
Umang Yadav authored
resolve half info messages while building
-
Chris Austen authored
github action file change
-
- 03 Mar, 2023 1 commit
-
-
Chris Austen authored
-
- 02 Mar, 2023 1 commit
-
-
Umang Yadav authored
-
- 01 Mar, 2023 2 commits
-
-
Chris Austen authored
Enable multiple orgs for testing
-
Charlie Lin authored
Add additional documentation to explain the passes.
-
- 28 Feb, 2023 1 commit
-
-
Charlie Lin authored
Creates the select_module operator that selects one of the submodules passed to it to run based on the submodule parameters. The submodule is selected by having the exact same static shapes for the arguments to select_module as the parameters in the submodule
-
- 23 Feb, 2023 1 commit
-
-
shivadbhavsar authored
-
- 22 Feb, 2023 2 commits
-
-
Chris Austen authored
* Add a Changelog to the repository
-
Chris Austen authored
-
- 17 Feb, 2023 1 commit
-
-
Chris Austen authored
Enable python 3.10 bindings
-
- 16 Feb, 2023 3 commits
-
-
Paul Fultz II authored
Avoids double global loads. Strided loops are unrolled which lets store results in array which compiler will use registers for since the index access is constant. Updated to handle large reductions so which results with a better stable diffusion result
-
Umang Yadav authored
* deprecate HCC
-
Umang Yadav authored
* Add driver flag "--exhaustive-tune" to enable tuning, add support for the same in C/C++ and python API
-
- 15 Feb, 2023 2 commits
-
-
Brian Pickrell authored
Add dynamic shape support to slice operator. First draft of this feature doesn't support ops slicing non-fixed, dynamic axes. Resulting shape in such cases is not guaranteed.* Also, onnx parsing doesn't support any arguments other than "axes".
-
Ted Themistokleous authored
Use requirements-dev.txt instead of the other instances
-
- 14 Feb, 2023 3 commits
-
-
shivadbhavsar authored
Currently, we default to device 0 when loading programs. Updating this to use hipGetDevice to set the device for the loaded program.
-
Charlie Lin authored
Expands on the documentation and corrects default option documentation error.
-
Paul Fultz II authored
* Add serialization of tuples and optional types
-
- 13 Feb, 2023 1 commit
-
-
kahmed10 authored
Using add_instruction for the neg op was causing issues on replace_instruction. Changed to use insert_instruction. Tests and added a new one that is failing without the change.
-
- 11 Feb, 2023 1 commit
-
-
Brian Pickrell authored
* add dynamic shape support to concat operator. Includes new op_shape_test and ref_ops_test cases
-
- 10 Feb, 2023 2 commits
-
-
Brian Pickrell authored
dyn shape support for Where operator. Includes shape test, ref_ops test, onx_test.
-
Umang Yadav authored
-