-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* (feat): allow gpu writing * (fix): map to dupy first * (fix): `IORegistry.get_spec` for `dask` * (fix): typing of `cupy_dense_dask_array` * (fix): clean up `typ` in `get_spec` * (fix): oops * (fix): don't override `typ` * (fix): allow `type(elem)` for uninsteresting dense arrays * (Fix): memory class * (fix): oops! * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * (fix): add token to gpu codecov job * (fix): remove flag * (fix): try wthout workers * (fix): add helper tests * (fix): remove unnecessary `dtype` * (feat): try re-enabling parallel tests * (fix): no more parallel, actually, for `test-gpu.yml` * (chore): add release note * (fix): add dask intersphinx link * (refactor): use helper functions directy + clean up `test_io_spec_cupy` * (fix): `csc ` and `csr` in helper * (fix): add coverage for `as_cupy` for `dask` * (fix): skip on gpu * (fix): no `int` --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4c70aa8
commit 9918044
Showing
10 changed files
with
281 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.