- 25 8月, 2023 8 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
Also fixes wrong gradient for negative offsets
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
- 24 8月, 2023 1 次提交
-
-
由 Ricardo Vieira 提交于
-
- 23 8月, 2023 1 次提交
-
-
由 Ricardo Vieira 提交于
This would trigger it for every Composite/ScalarLoop present in the C-cache
-
- 21 8月, 2023 1 次提交
-
-
由 Virgile Andreani 提交于
-
- 15 8月, 2023 1 次提交
-
-
由 Adriano M. Yoshino 提交于
-
- 14 8月, 2023 1 次提交
-
-
由 dependabot[bot] 提交于
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.8 to 1.8.10. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.8...v1.8.10) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 07 8月, 2023 9 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
- 04 8月, 2023 1 次提交
-
-
由 Ricardo Vieira 提交于
This can avoid some infinite rewrite loops where a SpecifyShape is lifted, removed and then reintroduced at the bottom by the MergeOptimizer
-
- 01 8月, 2023 1 次提交
-
-
由 Ricardo Vieira 提交于
-
- 28 7月, 2023 1 次提交
-
-
由 Ricardo Vieira 提交于
-
- 27 7月, 2023 1 次提交
-
-
由 Ricardo Vieira 提交于
-
- 26 7月, 2023 3 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Maxim Kochurov 提交于
* more type hints
-
由 Maxim Kochurov 提交于
* add pytest-mock dependency * rename to node to variable
-
- 22 7月, 2023 5 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
The RV always expects a vector input and `ndims_paramas` is always `[1]`. Size is no longer ignored
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
The errors raised by the default when it fails are rather cryptic Also fix bug in helper function
-
由 Ricardo Vieira 提交于
-
- 20 7月, 2023 1 次提交
-
-
由 Jesse Grabowski 提交于
* check for dummy outputs in local_det_chol rewrite * add rewrite check to 2nd test case * fix test
-
- 19 7月, 2023 2 次提交
-
-
由 Ricardo Vieira 提交于
-
由 dependabot[bot] 提交于
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.7 to 1.8.8. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.7...v1.8.8) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 17 7月, 2023 1 次提交
-
-
由 dependabot[bot] 提交于
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.13.1 to 2.14.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v2.13.1...v2.14.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 15 7月, 2023 1 次提交
-
-
由 jessegrabowski 提交于
* Fix bug in tag_solve_triangular rewrite * Rename tag_solve_triangular to generic_solve_to_solve_triangular
-
- 13 7月, 2023 1 次提交
-
-
由 Ricardo Vieira 提交于
Also excludes the following cases: 1. expand_dims via broadcasting 2. multi-dimensional integer indexing (could lead to duplicates which is inconsitent with the lifted RV graph)
-