clpy icon indicating copy to clipboard operation
clpy copied to clipboard

Update CuPy base version

Open LWisteria opened this issue 6 years ago • 4 comments

Currently based on v2.1.0.

We plan to update the version to v4.x or v5.x or more.

LWisteria avatar Jul 11 '18 10:07 LWisteria

Summaries of difference between (CuPy) versions:
https://docs-cupy.chainer.org/en/stable/upgrade.html

nsakabe-fixstars avatar Feb 21 '20 04:02 nsakabe-fixstars

I tried to upgrade the base version to estimate how difficult it is.

The key points are

  • Many conflicts are caused by renaming cupy to clpy
  • Even if there are no conflicts, the new commits on CuPy may include "cupy" keywords. They must be checked carefully (CI would tell us)
  • _version.py causes conflict every time... why?

LWisteria avatar Mar 03 '20 06:03 LWisteria

Note that the above experimental branches would not work well, I've never checked to build and run.

LWisteria avatar Mar 03 '20 06:03 LWisteria

The easiness shown above is from my commits made for the first time as ClPy.

In anticipation of the base version update, I firstly renamed files by git mv (f5ff2ee, 58aa4ed, and 664ccee) before overwriting ClPy changes (dec25c3) to follow later changes.

LWisteria avatar Mar 03 '20 07:03 LWisteria