1. 13 Mar, 2023 1 commit
  2. 10 Mar, 2023 1 commit
  3. 09 Mar, 2023 1 commit
  4. 04 Mar, 2023 1 commit
  5. 03 Mar, 2023 1 commit
  6. 02 Mar, 2023 1 commit
  7. 01 Mar, 2023 1 commit
  8. 03 Feb, 2023 1 commit
  9. 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
  10. 30 Jan, 2023 2 commits
  11. 26 Jan, 2023 1 commit
  12. 16 Jan, 2023 1 commit
  13. 09 Jan, 2023 1 commit
  14. 06 Jan, 2023 1 commit
  15. 22 Nov, 2022 1 commit
  16. 07 Nov, 2022 1 commit
  17. 27 Oct, 2022 1 commit
  18. 24 Sep, 2022 2 commits
  19. 19 Sep, 2022 1 commit
  20. 19 Aug, 2022 1 commit
  21. 17 Aug, 2022 1 commit
  22. 25 Jul, 2022 2 commits
  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