1. 11 May, 2025 1 commit
  2. 07 May, 2025 1 commit
  3. 05 May, 2025 1 commit
  4. 01 May, 2025 1 commit
  5. 30 Apr, 2025 1 commit
  6. 29 Apr, 2025 1 commit
  7. 28 Apr, 2025 1 commit
  8. 25 Apr, 2025 1 commit
  9. 24 Apr, 2025 1 commit
  10. 22 Apr, 2025 2 commits
  11. 21 Apr, 2025 1 commit
  12. 19 Apr, 2025 1 commit
  13. 18 Apr, 2025 1 commit
  14. 17 Apr, 2025 3 commits
  15. 14 Apr, 2025 1 commit
  16. 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
  17. 10 Apr, 2025 1 commit
  18. 08 Apr, 2025 1 commit
  19. 07 Apr, 2025 4 commits
  20. 04 Apr, 2025 2 commits
  21. 01 Apr, 2025 1 commit
  22. 27 Mar, 2025 1 commit
  23. 25 Mar, 2025 2 commits
  24. 22 Mar, 2025 1 commit
  25. 18 Mar, 2025 2 commits
  26. 17 Mar, 2025 1 commit
  27. 15 Mar, 2025 1 commit
  28. 13 Mar, 2025 1 commit
  29. 08 Mar, 2025 1 commit
  30. 06 Mar, 2025 2 commits