1. 29 May, 2023 5 commits
  2. 18 May, 2023 1 commit
  3. 17 May, 2023 1 commit
  4. 16 May, 2023 5 commits
  5. 11 May, 2023 1 commit
  6. 04 May, 2023 1 commit
    • Rostyslav Geyyer's avatar
      Optimize bf16 conversion (#664) · b076a02a
      Rostyslav Geyyer authored
      * Add TypeConvert class and start refactoring
      
      * Refactor TypeConvert as a struct
      
      * Get back to template functions type_convert
      
      * Add a type_convert_bf16_rtn, set rtz as default
      
      * Clean up
      
      * Add UnaryConvertPrecision struct for high-precision workloads
      
      * Format
      
      * Update type_convert to UnaryConvert on threadwise level
      
      * Update UnaryConvertPrecision
      
      * Format
      
      * Fix chmod
      
      * Add a flag to pick converion method
      
      * Format
      
      * Remove the added flag
      
      * Merge elementwise op with type conversion
      
      * Move type_convert to elemwise op, update the op
      
      * Update type_convert_precision -> bf16_convert_rtn
      
      * Clean up
      
      * Update comments
      
      * Update the CK_WORKAROUND_DENORM_FIX flag handling
      
      * Update the unneeded op to work but warn user
      
      * Remove the message
      
      * Use a PassThrough instead of ConvertBF16RTN to calcaulate reference
      
      * Format
      
      * Add missing include
      b076a02a
  7. 03 May, 2023 2 commits
  8. 28 Apr, 2023 1 commit
  9. 26 Apr, 2023 1 commit
  10. 24 Apr, 2023 1 commit
  11. 22 Apr, 2023 1 commit
  12. 16 Apr, 2023 2 commits
  13. 11 Apr, 2023 2 commits
  14. 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
  15. 07 Apr, 2023 1 commit
  16. 30 Mar, 2023 2 commits
  17. 29 Mar, 2023 2 commits
  18. 23 Mar, 2023 1 commit
  19. 22 Mar, 2023 1 commit
  20. 20 Mar, 2023 2 commits
  21. 15 Mar, 2023 5 commits
  22. 10 Mar, 2023 1 commit