- 16 Sep, 2023 1 commit
-
-
Ahsan Saghir authored
-
- 15 Sep, 2023 1 commit
-
-
Umang Yadav authored
-
- 14 Sep, 2023 2 commits
-
-
Paul Fultz II authored
-
Brian Pickrell authored
New op that populates a shape with random numbers with a uniform distribution. The rand_uniform op. can implement the Onnx RandomUniform instruction, and can also create the random number sequence necessary to implement Multinomial. (At this time, our Onnx Multinomial parsing generates a random sequence of numbers when parsing as a workaround, so that the resulting program uses the same "random" set every time.) Arguments: shape, seed. Shape is required; can be static or dynamic. Seed is still optional in this version. If it's not given at inference time, use the value in the creation attribute seed. Update: deleted A boolean use_auto_seed causes any given seed to be ignored.
-
- 13 Sep, 2023 1 commit
-
-
Paul Fultz II authored
-
- 12 Sep, 2023 1 commit
-
-
Paul Fultz II authored
-
- 11 Sep, 2023 1 commit
-
-
github-actions[bot] authored
-
- 10 Sep, 2023 2 commits
-
-
tvukovic-amd authored
Added case to skip test_limits<int,long> while running tests on Windows since int and long have same min and max values
-
Charlie Lin authored
Makes a version of allocate that takes in dimensions and allocates a buffer Going to create a simplify_dynamic_ops compiler pass that will use the use_shape_attr flag The ONNX op ConstantOfShape needs the buffer to be filled with a specific value, so going to make another PR for that and a fill operator
-
- 08 Sep, 2023 1 commit
-
-
ravil-mobile authored
-
- 07 Sep, 2023 1 commit
-
-
Paul Fultz II authored
-
- 06 Sep, 2023 2 commits
-
-
Ahsan Saghir authored
Re-organizes ref tests to improve the speed of compilation
-
Umang Yadav authored
-
- 29 Aug, 2023 1 commit
-
-
Brian Pickrell authored
Adds support for dynamic input shape in pooling operator along with auto-padding. This combination requires that the padding (and therefore the output shape) can't be computed until runtime.
-
- 22 Aug, 2023 2 commits
-
-
Paul Fultz II authored
-
github-actions[bot] authored
-
- 21 Aug, 2023 1 commit
-
-
Paul Fultz II authored
-
- 18 Aug, 2023 2 commits
-
-
Paul Fultz II authored
-
Charlie Lin authored
Allows slice to work with variable starts, ends, and axes input Outputs a dynamic shape even with a static shape data input when the starts and ends are variable
-
- 13 Aug, 2023 1 commit
-
-
Paul Fultz II authored
-
- 11 Aug, 2023 1 commit
-
-
Paul Fultz II authored
-
- 10 Aug, 2023 1 commit
-
-
Krzysztof Drewniak authored
This PR constitutes the MIGraphX-side changes needed to not break the build in the presence of ROCmSoftwarePlatform/rocMLIR#1136 , and updates what data is sent in to MLIR during the kernel generation and tuning process.
-
- 08 Aug, 2023 3 commits
-
-
kahmed10 authored
* add quant_dot fusion, clip literal opt
-
Paul Fultz II authored
-
github-actions[bot] authored
-
- 06 Aug, 2023 2 commits
-
-
Artur Wojcik authored
-
Paul Fultz II authored
-
- 03 Aug, 2023 1 commit
-
-
Umang Yadav authored
* use implicit deps for the sorting * use BFS for sorting program
-
- 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
-
- 28 Jul, 2023 2 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.
-
- 27 Jul, 2023 1 commit
-
-
Artur Wojcik authored
* rename function 'near' to 'make_near' * try disabling vega10 machine
-
- 26 Jul, 2023 1 commit
-
-
Artur Wojcik authored
-
- 25 Jul, 2023 1 commit
-
-
Brian Pickrell authored
* Add dynamic input to prefix_scan_op * Added a shape test. The op should return the same dynamic shape as the input. * add 2d shape test for prefix_scan
-
- 23 Jul, 2023 1 commit
-
-
Charlie Lin authored
-
- 22 Jul, 2023 2 commits
-
-
Charlie Lin authored
Throwing on these calls catches dynamic shape errors earlier rather than having to backpedal from a bad call
-
github-actions[bot] authored
-