1. 22 Nov, 2024 2 commits
  2. 21 Nov, 2024 6 commits
  3. 15 Nov, 2024 1 commit
  4. 08 Nov, 2024 1 commit
  5. 07 Nov, 2024 1 commit
  6. 06 Nov, 2024 3 commits
  7. 05 Nov, 2024 1 commit
  8. 04 Nov, 2024 1 commit
  9. 30 Oct, 2024 3 commits
  10. 29 Oct, 2024 2 commits
  11. 26 Oct, 2024 2 commits
  12. 25 Oct, 2024 1 commit
    • aledudek's avatar
      Generic threshold calculation (#1546) · 9385caa3
      aledudek authored
      * Calculate generic relative threshold pool3dfwd
      
      * Calculate absolute error threshold pool3d fwd
      
      * Generic threshold calculation take max input for relative error pool3dfwd
      
      * Remove max possible value for error calculation at runtime
      
      * Remove debug print in pool3dfwd
      
      * Pool3d fwd adjusted types in generic threshold calculation
      
      * Generic threshold calculation take into account number of accumulations and accdatatype
      
      * Generic threshold fix final error formula
      
      * Generic threshold calculation - num of accs fix
      
      * Generic threshold calculation - adjust absolute error
      
      * Generic threshold calculation - OutDataType in absolute error
      9385caa3
  13. 22 Oct, 2024 1 commit
  14. 18 Oct, 2024 1 commit
  15. 14 Oct, 2024 3 commits
  16. 12 Oct, 2024 1 commit
  17. 09 Oct, 2024 1 commit
  18. 07 Oct, 2024 1 commit
  19. 04 Oct, 2024 1 commit
  20. 02 Oct, 2024 1 commit
  21. 25 Sep, 2024 1 commit
  22. 20 Sep, 2024 2 commits
  23. 13 Sep, 2024 1 commit
    • Jun Liu's avatar
      Customize filesystem in CK for legacy systems (#1509) · 81bc1496
      Jun Liu authored
      
      
      * Legacy support: customized filesystem
      
      * Update cmakefile for python alternative path
      
      * fix build issues
      
      * CK has no boost dependency
      
      * More fixes to issues found on legay systems
      
      * fix clang format issue
      
      * Check if blob is correctly generated in cmake
      
      * fix the python issues
      
      * add a compiler flag for codegen when using alternative python
      
      * use target_link_options instead of target_compile_options
      
      ---------
      Co-authored-by: default avatarillsilin <Illia.Silin@amd.com>
      81bc1496
  24. 12 Sep, 2024 1 commit
  25. 11 Sep, 2024 1 commit
    • jakpiase's avatar
      Rewrite pool2d fwd (#1462) · e8d2887c
      jakpiase authored
      
      
      * added pool2d fwd
      
      * add tests
      
      * add reviewers changes
      
      * Revert "Merge remote-tracking branch 'origin/develop' into jakpiase/pool2d_fwd_new"
      
      This reverts commit 6b2ba7ff8960b0a6ddbe30d8dac53eeb55a8597e, reversing
      changes made to 22c82bea0caf3e0f29399100c1bb67b8003fc042.
      
      * Revert "add reviewers changes"
      
      This reverts commit 22c82bea0caf3e0f29399100c1bb67b8003fc042.
      
      * added reviewers comments
      
      * revert some old files
      
      * add reviewers requests
      
      ---------
      Co-authored-by: default avatarAdam Osewski <19374865+aosewski@users.noreply.github.com>
      e8d2887c