- 02 4月, 2025 2 次提交
-
-
由 ricardoV94 提交于
-
由 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.
-
- 01 4月, 2025 1 次提交
-
-
由 Trey Wenger 提交于
-
- 30 3月, 2025 1 次提交
-
-
由 Ricardo Vieira 提交于
-
- 28 3月, 2025 1 次提交
-
-
由 Ricardo Vieira 提交于
Co-authored-by:
Jesse Grabowski <jessegrabowski@gmail.com> Co-authored-by:
Rob Zinkov <zaxtax@users.noreply.github.com>
-
- 27 3月, 2025 3 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Etienne Duchesne 提交于
-
- 26 3月, 2025 1 次提交
-
-
由 Etienne Duchesne 提交于
-
- 24 3月, 2025 4 次提交
-
-
由 Abhinav Khot 提交于
-
由 Abhinav Khot 提交于
-
由 Aarsh-Wankar 提交于
-
由 Etienne Duchesne 提交于
-
- 22 3月, 2025 1 次提交
-
-
由 Aarsh-Wankar 提交于
-
- 21 3月, 2025 5 次提交
-
-
由 Abhinav Khot 提交于
* Add numba overload for Nonzero * added numba backend and testsfor Nonzero * Added numba backend for Nonzero * Modified the tests and the dispatch for efficiency
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
Also removes redundant tests
-
- 18 3月, 2025 6 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
- 14 3月, 2025 9 次提交
-
-
由 Ricardo Vieira 提交于
Graph was being broken by Scalar/Tensor conversions that prevented fusion
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
This will always require a roll at the end, for a minimal gain
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
isinstance(..., int) does not recognize numpy.integers Also remove maxsize logic
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
- 13 3月, 2025 2 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Abhinav 提交于
-
- 12 3月, 2025 3 次提交
-
-
由 ricardoV94 提交于
-
由 ricardoV94 提交于
-
由 Ricardo Vieira 提交于
-
- 11 3月, 2025 1 次提交
-
-
由 Abhinav 提交于
* fixed Einsum failing with repeated inputs * Optimise the _ensure_not_equal function Co-authored-by:
Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com> * Fix einsum failing on repeated inputs * Fix einsum failing with repeated inputs * Added regression test for repeated inputs to the einsum function * Fix for failing test Co-authored-by:
Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com> --------- Co-authored-by:
Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com>
-