1. 17 Apr, 2023 1 commit
  2. 16 Apr, 2023 2 commits
  3. 11 Apr, 2023 5 commits
  4. 10 Apr, 2023 1 commit
    • rocking5566's avatar
      Groupnorm + swish external api (#668) · ed3a2e52
      rocking5566 authored
      * Rename to proper naming
      
      * Add example of groupnorm + swish
      
      * Extract duplicate code in example
      
      * Add groupnorm + swish instances
      
      * Ractor instance generation, split into multiple cpp file
      
      * Add external api and client example
      
      * Refine profiler message
      
      * Use ck math version of exp
      
      * Refine problem size in example
      
      * Add host version of exp
      ed3a2e52
  5. 07 Apr, 2023 1 commit
  6. 30 Mar, 2023 3 commits
  7. 29 Mar, 2023 3 commits
  8. 27 Mar, 2023 1 commit
  9. 24 Mar, 2023 1 commit
  10. 23 Mar, 2023 1 commit
  11. 22 Mar, 2023 2 commits
  12. 20 Mar, 2023 2 commits
  13. 15 Mar, 2023 6 commits
  14. 10 Mar, 2023 2 commits
  15. 09 Mar, 2023 2 commits
  16. 08 Mar, 2023 1 commit
    • Adam Osewski's avatar
      GroupedGEMM + Gelu client example/instances/profiler (#614) · 9096b1c7
      Adam Osewski authored
      
      
      * Grouped gemm + Gelu instances.
      
      * Device Instance Factory for GroupedGemm+Gelu
      
      * Client example
      
      * Rangify fill helper functions.
      
      * Fix name clash.
      
      * Profiler for grouped_gemm+gelu
      
      * No need to use full namespace name.
      
      * Add check for MRaw divisible by vector load.
      
      * Ugly fix for big errors.
      
      * Add grouped_gemm+gelu to profiler CMakelists.
      
      * Store in argument additional info.
      
      * Information about Mraw, Nraw, Kraw values.
      
      * Use FastGelu instead of Gelu.
      
      * Change client ex to use FastGelu
      
      * Remove relaxed error precision.
      
      * Remove duplicate output elementwise-op
      
      ---------
      Co-authored-by: default avatarAdam Osewski <aosewski@amd.com>
      Co-authored-by: default avatarzjing14 <zhangjing14@gmail.com>
      9096b1c7
  17. 06 Mar, 2023 2 commits
  18. 02 Mar, 2023 1 commit
    • Illia Silin's avatar
      Change the CI workflow. (#611) · e6cda9f8
      Illia Silin authored
      * add new parallel stage on navi node
      
      * dont run performance tests on navi, get rid of 9110 compiler
      
      * only run navi build when not doing QA
      
      * fix syntax
      
      * use navi21 label
      
      * dont stash profiler on navi nodes, scp deb package to ginger
      
      * disable tests on navi nodes
      
      * test posting a binary to ginger
      
      * add sshpass and use it to copy deb package
      
      * fix the scp example
      
      * fix syntax
      
      * debug the scp issues
      
      * add jenkins user to docker
      
      * dont try whoami
      
      * change jenkins uid and add user with uid=1002
      
      * try scp from the last stage on micimaster
      
      * rename and stash the package, scp from micimaster
      e6cda9f8
  19. 01 Mar, 2023 2 commits
  20. 27 Feb, 2023 1 commit