1. 26 Jul, 2023 1 commit
  2. 18 Jul, 2023 1 commit
  3. 17 Jul, 2023 3 commits
  4. 16 Jul, 2023 1 commit
  5. 13 Jul, 2023 2 commits
    • Krzysztof Drewniak's avatar
      [NFC] Update MLIR usage to account for upstream merge (#1924) · c4765a6d
      Krzysztof Drewniak authored
      Allows the rocMLIR CI (which builds rocMLIR tip against MIGraphX tip) to pass.
      c4765a6d
    • Charlie Lin's avatar
      Update deconvolution -> convolution_backwards and Dynamic Shape Support (#1801) · 4edf1195
      Charlie Lin authored
      Renames deconvolution -> convolution_backwards to be more consistent with the literature
      Note: this is not the cross-correlation operator (which is the adjoint of convolution). This is technically a standard convolution operator combined with an upsampling operator rather than a downsampling operator.
      Adds unit tests for the padding, strides, dilations, and other op attributes.
      Throws on auto_pad attribute since it has not been implemented
      Previously it read the attribute and set it but then did nothing with it
      Extended for dynamic shapes
      Does not support using asymmetric padding (padding_L != padding_R) and output_shape with dynamic shapes.
      4edf1195
  6. 11 Jul, 2023 1 commit
  7. 10 Jul, 2023 3 commits
  8. 09 Jul, 2023 1 commit
  9. 08 Jul, 2023 2 commits
  10. 07 Jul, 2023 2 commits
  11. 06 Jul, 2023 3 commits
    • Artur Wojcik's avatar
    • Paul Fultz II's avatar
      Use MIGRAPHX_GLOBAL (#1918) · c45b34c3
      Paul Fultz II authored
      This will also annotate the function with the block size so the compiler can do a better job of optimizing.
      c45b34c3
    • Paul Fultz II's avatar
      Enable eval to handle multiple contexts (#1751) · 072fd5cc
      Paul Fultz II authored
      This is to help enable multi-target execution. We store a vector of targets and contexts. Currently this will only compile a single target, the PR #1672 is needed to enable multiple targets.
      
      This will also serialize the targets and contexts.
      
      When using the execution_environment or prog.get_context() it will always use the context from the first target assuming this is the "primary" target. Although, its unlikely a user would use execution_environment with a multi-target environment.
      072fd5cc
  12. 05 Jul, 2023 3 commits
  13. 02 Jul, 2023 3 commits
  14. 01 Jul, 2023 1 commit
  15. 30 Jun, 2023 2 commits
  16. 29 Jun, 2023 2 commits
  17. 28 Jun, 2023 2 commits
  18. 27 Jun, 2023 1 commit
  19. 26 Jun, 2023 1 commit
  20. 23 Jun, 2023 1 commit
  21. 22 Jun, 2023 2 commits
  22. 21 Jun, 2023 2 commits