1. 09 4月, 2025 5 次提交
  2. 08 4月, 2025 4 次提交
  3. 05 4月, 2025 1 次提交
  4. 02 4月, 2025 2 次提交
    • ricardoV94's avatar
      More stable fix for JAX Multinomial · 0f5da80c
      ricardoV94 提交于
      0f5da80c
    • Ricardo Vieira's avatar
      Don't run local uint constant indices in C/Python backends (#1335) · d9b10859
      Ricardo Vieira 提交于
      * Let numpy methods handle integer size problems in AdvancedSubtensor1
      
      * Don't run `local_uint_constant_indices` in C/python backend
      
      Indices are always cast to int64 by the underlying methods.
      
      Also don't run in specialize, to reduce number of passes. Other rewrites may introduce temporar indexing operations (such as x.shape[i]) which always default to int64, and it's useless to optimize immediately.
      d9b10859
  5. 01 4月, 2025 1 次提交
  6. 30 3月, 2025 1 次提交
  7. 28 3月, 2025 1 次提交
  8. 27 3月, 2025 3 次提交
  9. 26 3月, 2025 1 次提交
  10. 24 3月, 2025 4 次提交
  11. 22 3月, 2025 1 次提交
  12. 21 3月, 2025 5 次提交
  13. 18 3月, 2025 6 次提交
  14. 14 3月, 2025 5 次提交