- 25 Aug, 2023 1 commit
-
-
Brian Pickrell authored
-
- 24 Aug, 2023 3 commits
-
-
Brian Pickrell authored
-
Brian Pickrell authored
-
Brian Pickrell authored
-
- 23 Aug, 2023 1 commit
-
-
Brian Pickrell authored
-
- 22 Aug, 2023 3 commits
-
-
Brian Pickrell authored
-
Brian Pickrell authored
-
Brian Pickrell authored
-
- 17 Aug, 2023 1 commit
-
-
Brian Pickrell authored
-
- 15 Aug, 2023 2 commits
-
-
Brian Pickrell authored
-
Brian Pickrell authored
-
- 14 Aug, 2023 3 commits
-
-
Brian Pickrell authored
-
Brian Pickrell authored
-
Brian Pickrell authored
-
- 11 Aug, 2023 4 commits
-
-
Brian Pickrell authored
-
Brian Pickrell authored
-
Brian Pickrell authored
-
Brian Pickrell authored
Added new random_seed op and some tests. New ref_ops_test rand_uniform_and_seed_test tests random_seed and rand_uniform together as a set.
-
- 10 Aug, 2023 2 commits
-
-
Brian Pickrell authored
-
Brian Pickrell authored
-
- 09 Aug, 2023 2 commits
-
-
Brian Pickrell authored
-
Brian Pickrell authored
-
- 07 Aug, 2023 3 commits
-
-
Brian Pickrell authored
-
Brian Pickrell authored
-
Charlie Lin authored
-
- 06 Aug, 2023 2 commits
-
-
Artur Wojcik authored
-
Paul Fultz II authored
-
- 04 Aug, 2023 1 commit
-
-
Lakhinder Walia authored
-
- 03 Aug, 2023 2 commits
-
-
Umang Yadav authored
* use implicit deps for the sorting * use BFS for sorting program
-
Umang Yadav authored
-
- 01 Aug, 2023 1 commit
-
-
Umang Yadav authored
temporarily disable linker
-
- 31 Jul, 2023 2 commits
-
-
Lakhinder Walia authored
* Use shape of Instruction (instead of a default) in add_return() * Instruction validation fix: not to use a default shape value for comparison * Fix instruction::replace() to recompute shape for "@return" * handle the case of missing shape in an Instruction related Test * use compute_shape() to get op shapes + test case for tuple_type * add test case shape_test/return_shape_tuple * Add test for @return to check for half type * Move @return unit-tests around..; Address review comments * Broken comparison fix: comparison to a (default) shape of tuple_type * Test cases: (add) return_shape_empty & (modify) return_shape_tuple * modify the assert() statement
-
Artur Wojcik authored
-
- 30 Jul, 2023 2 commits
-
-
github-actions[bot] authored
-
Paul Fultz II authored
* Add initial tuning support * Format * Add extra param * Format * Use exauhstive flag * Format * Set expected shapes * Format * Format * Fix missing symbol * Format * Add missing license header * Format * Update src/targets/gpu/include/migraphx/gpu/mlir.hpp
-
- 29 Jul, 2023 1 commit
-
-
Paul Fultz II authored
* Updates to add_embed_library * Fix warnings for extern arrays
-
- 28 Jul, 2023 3 commits
-
-
Paul Fultz II authored
* Improve performance of pointwise/reduction kernels when using NHWC layouts * Format * Add nhwc test * Format * Remove inline namespace * Add reduce test
-
Paul Fultz II authored
The --py output can be loaded back in the driver. This will embed the migraphx interperter so we can execute the python directly. There is a migraphx_py library which will dynamically load the version of the library for python version is available on the system.
-
turneram authored
-
- 27 Jul, 2023 1 commit
-
-
Artur Wojcik authored
-