1. 23 Oct, 2023 1 commit
  2. 10 Oct, 2023 5 commits
  3. 09 Oct, 2023 2 commits
  4. 02 Oct, 2023 1 commit
  5. 29 Sep, 2023 1 commit
  6. 28 Sep, 2023 1 commit
  7. 22 Sep, 2023 2 commits
  8. 21 Sep, 2023 3 commits
  9. 20 Sep, 2023 1 commit
  10. 30 Aug, 2023 1 commit
  11. 29 Aug, 2023 2 commits
  12. 28 Aug, 2023 1 commit
  13. 23 Aug, 2023 5 commits
  14. 22 Aug, 2023 3 commits
  15. 18 Aug, 2023 1 commit
  16. 17 Aug, 2023 1 commit
  17. 14 Aug, 2023 2 commits
    • Bartlomiej Wroblewski's avatar
      d4c84256
    • rocking's avatar
      Refactor pool fwd (#815) · f60f0a5e
      rocking authored
      * Do not hardcode stride
      
      * devicePool2DFwd Inherit devicePool3DFwd
      
      * Move instance declaration out of common
      
      * Add dilation
      
      * use the pool3d rank, because pool2d inherit pooo3d
      
      * calculate Do Ho Wo for the dilation
      
      * Fix header name
      
      * Modify ckProfiler
      
      * Remove pool2d instance
      
      * Remove pool2d in profiler
      
      * Remove pool2d and add dilation
      
      * In to client example, this commit revise following:
      1. Add dilation.
      2. Use pool3d to implement pool2d
      
      * Refine naming and IsSupportedArgument()
      
      * Add dilation to maxpool bwd example
      
      * clang format
      
      * 1. Remove useless header
      2. Fix copyright
      3. Refine naming
      
      * Add layout parameter to pool fwd
      
      * clang format
      
      * Fix merge error
      
      * Fix compile error
      
      * Remove layout parameter in derived class
      
      * Refine changlog
      
      * Fix compile error
      
      * Fix compiler error
      
      * Add layout to external api and profiler
      f60f0a5e
  18. 11 Aug, 2023 2 commits
  19. 10 Aug, 2023 2 commits
    • Illia Silin's avatar
      Add the rocm5.7 RC1 compiler and use it for QA builds. (#842) · 6237bd12
      Illia Silin authored
      * add docker for rocm5.7 RC1
      
      * fix rocm5.7 rc1 build
      
      * build QA with rocm5.7 rc1 compiler
      6237bd12
    • rocking's avatar
      Average pool backward deviceOP and example (#797) · 578142db
      rocking authored
      * Add avgpool bwd reference code
      
      * Refine naming
      
      * Fix invalid in_element op in ref_conv
      
      * Add example (only reference now)
      
      * Add the full example of avgpool bwd
      
      * Fix copyright
      
      * Imitate MakeDescriptor from  transform_conv_bwd_data_to_gemm_v1.hpp
      
      * rename channel to c from k
      
      * Arrange the code
      
      * Imitate the argument from conv bwd
      
      * Implement invoker
      
      * Fix order of parameter in example
      
      * Refactor reference code for different dimension
      
      * Support different stride
      
      * Check if argument is valid
      
      * Fix kernel parameter for NDHWC, fastest dimension C is not reduced
      
      * Add more data type in example
      
      * Fix bug in example
      
      * calculate Do Ho Wo according to the dilation
      
      * Remove useless header
      
      * Add comment in reference code
      
      * Add layout parameter
      
      * Remove layout in derived class
      
      * Refine reference comment
      578142db
  20. 09 Aug, 2023 3 commits