Kenichi Maehashi

Results 157 issues of Kenichi Maehashi

cat:test
prio:high

WIP. Part of #6999.

cat:enhancement
to-be-backported
prio:medium

### Description I saw several users reporting this. I think in most cases the problem is due to the installation failure. Uninstalling all CuPy packages (`pip list` to find list...

cat:document
prio:medium

I saw several users confusing with `cupy-cuda11x` and `cupy-cuda112...117`. This PR adds some more description of the change in CuPy v11.

cat:document
to-be-backported
prio:medium

`distutils` is deprecating in Python 3.10 so we should get ready for it. https://www.python.org/dev/peps/pep-0632/ NumPy: https://github.com/numpy/numpy/issues/18588 SciPy: https://github.com/scipy/scipy/issues/13615 Thanks @leofang for letting us know 😄

cat:install
prio:medium

Use of `pkg_resources` (part of `setuptools`) is now discouraged. https://setuptools.pypa.io/en/latest/pkg_resources.html > Use of pkg_resources is discouraged in favor of [importlib.resources](https://docs.python.org/3/library/importlib.html#module-importlib.resources), [importlib.metadata](https://docs.python.org/3/library/importlib.metadata.html), and their backports ([importlib_resources](https://pypi.org/project/importlib_resources), [importlib_metadata](https://pypi.org/project/importlib_metadata)). Please consider using those...

cat:enhancement
to-be-backported
prio:medium

I'd like to propose introducing [pre-commit](https://github.com/pre-commit/pre-commit) ([docs](https://pre-commit.com/)) as an engine to run static checks currently done in GitHub Actions CI. Benefits are: * All static checks done in CI can...

cat:other
to-be-backported
prio:medium

The latest setuptools now supports editable install with `pyproject.toml` so I guess we can consider re-enabling `pyproject.toml`. https://twitter.com/juanluisback/status/1557734536586625025 Rel. #4619, #4727, #4734

cat:install
prio:high

It is better to run CPU test against various PyTorch versions.