- 12 4月, 2025 1 次提交
-
-
由 Rob Zinkov 提交于
-
- 10 4月, 2025 2 次提交
-
-
由 Ben Mares 提交于
-
由 Ben Mares 提交于
* Building wheel... /tmp/build-env-vi5sasbz/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2026-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /tmp/build-env-vi5sasbz/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ********************************************************************************
-
- 09 4月, 2025 10 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
Sometimes `_create_dummy_core_node` can create a multi-node graph, where the root inputs are not `node.inputs`. Then infer_shape may bypass the intermediate nodes. This was the case with Subtensor, which introduces `ScalarFromTensor` nodes, but ignores them in the shape graph (for a cleaner graph)
-
由 Ricardo Vieira 提交于
-
由 ricardoV94 提交于
-
由 ricardoV94 提交于
-
由 ricardoV94 提交于
-
由 ricardoV94 提交于
-
由 ricardoV94 提交于
-
由 Will Dean 提交于
-
- 08 4月, 2025 4 次提交
-
-
由 ricardoV94 提交于
-
由 ricardoV94 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
- 05 4月, 2025 1 次提交
-
-
由 Victor 提交于
* feat: support numba compiled sort and argsort functions Signed-off-by:
Victor Garcia Reolid <victor@seita.nl> * default to supported kind and add warning Signed-off-by:
Victor Garcia Reolid <victor@seita.nl> * feat: support axis Signed-off-by:
Victor Garcia Reolid <victor@seita.nl> * use syntax compatible with python 3.10 Signed-off-by:
Victor Garcia Reolid <victor@seita.nl> * remove checks Signed-off-by:
Victor Garcia Reolid <victor@seita.nl> * use range instead of prange Signed-off-by:
Victor Garcia Reolid <victor@seita.nl> * add extra case to check Axis error is raised Signed-off-by:
Victor Garcia Reolid <victor@seita.nl> * simplify tests Signed-off-by:
Victor Garcia Reolid <victor@seita.nl> --------- Signed-off-by:
Victor Garcia Reolid <victor@seita.nl>
-
- 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 3 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-