1. 20 Sep, 2023 1 commit
  2. 14 Sep, 2023 1 commit
  3. 13 Sep, 2023 1 commit
  4. 12 Aug, 2023 2 commits
  5. 11 Aug, 2023 1 commit
  6. 22 Jul, 2023 1 commit
  7. 21 Jul, 2023 1 commit
    • Umang Yadav's avatar
      Make global workitems multiple of local workitems (#1976) · 3216fe52
      Umang Yadav authored
      HIP requires global work items in multiple of local work items. If it is not it is not guaranteed to generate correct results all the time.
      Fixes #1977
      Fixes #1644
      MIGraphX CI has moved to rocm-5.6 which doesn't require hipRTC workarounds
      3216fe52
  8. 07 Jul, 2023 2 commits
  9. 19 May, 2023 1 commit
  10. 18 May, 2023 1 commit
  11. 06 May, 2023 1 commit
  12. 18 Apr, 2023 1 commit
  13. 17 Apr, 2023 1 commit
  14. 22 Mar, 2023 1 commit
  15. 15 Mar, 2023 1 commit
  16. 13 Mar, 2023 1 commit
  17. 01 Feb, 2023 1 commit
    • Chris Austen's avatar
      Migrate to Docker Layer Caching2 (#1550) · 2c93aa87
      Chris Austen authored
      The satakey proiject has been abandoned satackey/action-docker-layer-caching#347. Another repo has taken over this work. It is active and has resolved recent github action deprecation issues.
      2c93aa87
  18. 07 Nov, 2022 1 commit
  19. 27 Oct, 2022 1 commit
  20. 24 Sep, 2022 1 commit
  21. 19 Aug, 2022 1 commit
  22. 25 Jul, 2022 1 commit
    • varunsh's avatar
      Add fpga target (#1304) · 8a30d698
      varunsh authored
      * Add is_supported to the target
      * Add get_target_assignments
      * Rename assignment to target_assignments
      * Add ref target header to test
      * Add fpga target
      * Make context const in compute
      8a30d698
  23. 12 Jul, 2022 1 commit
    • Paul Fultz II's avatar
      Add tests for C API (#1266) · a7a32a9e
      Paul Fultz II authored
      This will ensure that migraphx.h can be included from a C compiler, and check that the C API can be called. This includes stdbool.h which is needed when using bool from C.
      a7a32a9e
  24. 24 Jun, 2022 1 commit
    • Ted Themistokleous's avatar
      Adding in check_stamped.py to tools/ (#1255) · 8c35fa94
      Ted Themistokleous authored
      Used to determine what files contain a license and are stamped. If not we exit and return an error code that can be later ingested by another script, as well as a list of the outstanding files in questions.
      
      Currently baked in the list of files we should support or not support with licenses in them a well as some stuff to quickly ignore
      8c35fa94
  25. 06 May, 2022 1 commit
  26. 24 Mar, 2022 1 commit
  27. 02 Mar, 2022 2 commits
  28. 01 Feb, 2022 1 commit
  29. 20 Jan, 2022 1 commit
  30. 22 Nov, 2021 1 commit
  31. 18 Oct, 2021 1 commit
  32. 07 Sep, 2021 1 commit
  33. 04 Aug, 2021 1 commit
  34. 25 Jul, 2021 1 commit
  35. 13 Jul, 2021 1 commit
  36. 06 Jul, 2021 1 commit
    • Paul Fultz II's avatar
      Update test driver to continue executing after exceptions and other failures (#868) · f60c3815
      Paul Fultz II authored
      
      
      * Improve handling of exceptions in test driver
      
      * Formatting
      
      * Auto print exception
      
      * Formatting
      
      * Fork each test case
      
      * Formatting
      
      * Exclude gcc 5 debug build
      
      * Fix tidy issues
      
      * Add color
      
      * Formatting
      
      * Create driver class
      
      * Formatting
      
      * Customize test_case names
      
      * Formatting
      
      * Report status from forked processes
      
      * Formatting
      
      * Update the verify driver
      
      * Formatting
      
      * Print out failed tests
      
      * Formatting
      
      * Fix tidy issues
      
      * Formatting
      
      * Expect passing
      
      * Improve failure reporting on non-linux systems
      
      * Fix ifdef
      
      * Flush code code cov
      
      * Formatting
      
      * Fix tidy
      
      * Check if weak symbols is linked
      
      * Formatting
      
      * Add continue flag
      
      * Formatting
      
      * Set exe name
      
      * Use stringstream and use quotes
      Co-authored-by: default avatarmvermeulen <5479696+mvermeulen@users.noreply.github.com>
      f60c3815
  37. 26 May, 2021 1 commit