1. 25 Apr, 2025 1 commit
  2. 24 Apr, 2025 1 commit
  3. 22 Apr, 2025 2 commits
  4. 21 Apr, 2025 1 commit
  5. 19 Apr, 2025 1 commit
  6. 18 Apr, 2025 1 commit
  7. 17 Apr, 2025 3 commits
  8. 14 Apr, 2025 1 commit
  9. 11 Apr, 2025 1 commit
    • kwyss-nvidia's avatar
      Make shape cache invalidation more conservative. (#1670) · dfb3c486
      kwyss-nvidia authored
      
      
      Repeated calls to nvte_shape should not invalidate
      previous data pointers.
      
      It would be possible to avoid unnecessary comparisons
      by duplicating some of the logic from shape() so that
      the cache is only relevant when columnwise shapes are
      involved. Whether this code duplication is preferable
      to the comparisons that arise from by value semantics
      of reusing shape is a judgment call.
      Signed-off-by: default avatarKeith Wyss <kwyss@nvidia.com>
      dfb3c486
  10. 10 Apr, 2025 1 commit
  11. 08 Apr, 2025 1 commit
  12. 07 Apr, 2025 4 commits
  13. 04 Apr, 2025 2 commits
  14. 01 Apr, 2025 1 commit
  15. 27 Mar, 2025 1 commit
  16. 25 Mar, 2025 2 commits
  17. 22 Mar, 2025 1 commit
  18. 18 Mar, 2025 2 commits
  19. 17 Mar, 2025 1 commit
  20. 15 Mar, 2025 1 commit
  21. 13 Mar, 2025 1 commit
  22. 08 Mar, 2025 1 commit
  23. 06 Mar, 2025 2 commits
  24. 05 Mar, 2025 2 commits
  25. 04 Mar, 2025 1 commit
  26. 03 Mar, 2025 2 commits
  27. 28 Feb, 2025 2 commits