"src/targets/vscode:/vscode.git/clone" did not exist on "ef99eda39b9b01169ecd3881be673677a85fc5bf"
- 29 Dec, 2022 8 commits
-
-
charlie authored
-
charlie authored
-
charlie authored
-
charlie authored
-
charlie authored
-
charlie authored
-
Brian Pickrell authored
-
jungpark-mlir authored
-
- 27 Dec, 2022 5 commits
-
-
charlie authored
-
charlie authored
-
Charlie Lin authored
-
Charlie Lin authored
-
Brian Pickrell authored
-
- 14 Dec, 2022 1 commit
-
-
Paul Fultz II authored
* Print python code
-
- 13 Dec, 2022 3 commits
-
-
kahmed10 authored
-
Charlie Lin authored
-
Charlie Lin authored
Implements the operator==(dynamic_dimension, size_t) functions
-
- 12 Dec, 2022 2 commits
-
-
Charlie Lin authored
-
Charlie Lin authored
-
- 11 Dec, 2022 1 commit
-
-
Umang Yadav authored
HIP had change in previous rocm releases to use --offload-arch instead of --cuda-gpu-arch. This should be backwards compatbile. hipRTC also supports --offload-arch.
-
- 09 Dec, 2022 2 commits
- 08 Dec, 2022 10 commits
-
-
Charlie Lin authored
Extends dot MIGX operator to handle dynamic input shapes Only allow dot between two dynamic shapes that have exactly matching outer dimensions Inner dimensions must also match correspondingly Updates dot related tests Change check_shapes to use shape.ndim() ONNX parsers for GEMM and MatMult will be updated in a separate PR
-
charlie authored
-
charlie authored
-
charlie authored
-
charlie authored
-
Charlie Lin authored
No major changes required, use dyn_output and pass dynamic shape when calling compute_shape() Adds dynamic shape tests
-
charlie authored
Merge branch 'refactor_dyn_fixed_compare' of github.com:ROCmSoftwarePlatform/AMDMIGraphX into dyn_pad
-
Umang Yadav authored
-
Charlie Lin authored
Changes flatten's compute_shape() to handle dynamic shapes Calculates the flattened shape with the min, max, and opt
-
shivadbhavsar authored
Currently, quantizing a program with rnn layers to fp16 results in segmentation faults due to a "convert" operation being applied to an "undefined" instruction. The following changes are implemented to fix this issue: Added is_undefined method to the instruction class that returns true if all inputs to the instruction are from an undefined op. Updated rewrite_rnn pass to use the new is_undefined method rather than checking ins->name() Updated the dead_code_elimination pass to also use this new method rather than only checking the instruction name
-
- 07 Dec, 2022 8 commits
-
-
Brian Pickrell authored
-
Brian Pickrell authored
-
Paul Fultz II authored
* Add implicit_conversion
-
Brian Pickrell authored
-
Brian Pickrell authored
-
Brian Pickrell authored
Misc. style changes. Added a shape test and an onnx test for the case of reduce op. with no axes specified (should reduce all axes). The new Onnx test case is stll under construction and doesn't pass.
-
Charlie Lin authored
Extends the Argmax operator to handle dynamic input shapes. Only shape function changes
-
Umang Yadav authored
-