Skip to content
  1. Jan 03, 2023
  2. Dec 30, 2022
  3. Dec 28, 2022
  4. Dec 25, 2022
  5. Nov 25, 2022
    • Pierre Paleo's avatar
      Fix buffer size computation (#660) · 7d3c4d1b
      Pierre Paleo authored
      
      
      * Use numpy.prod (keep data type) for computing buffer size
      
      * Add comment on computation of 'size'
      
      * Check individual shape components
      
      * Force computation on uint type
      
      * Add check on each dimension datatype
      
      * Add test_allocation_with_various_shape_scalar_types
      
      * Fix flake8 issues
      
      * Fix shape check
      
      * Replace any() with np.any()
      
      * Shape comp: comment phrasing, convert to array only once
      
      Co-authored-by: default avatarAndreas Kloeckner <inform@tiker.net>
      7d3c4d1b
  6. Nov 21, 2022
  7. Nov 14, 2022
  8. Nov 12, 2022
  9. Nov 09, 2022
  10. Nov 07, 2022
  11. Nov 06, 2022
  12. Nov 03, 2022
  13. Oct 31, 2022