cjekel / piecewise_linear_fit_py

fit piecewise linear data for a specified number of line segments
MIT License
289 stars 59 forks source link

create cupy port #38

Closed cjekel closed 2 years ago

cjekel commented 4 years ago

This should be possible now with the 7.0 pre-release versions on pypi

cjekel commented 4 years ago

I really need to get on this since 7.0 has now been officially released.

I'm thinking about writing a script which generates the cupy port, that

  1. renames the class
  2. replace numpy with cupy
cjekel commented 2 years ago

As much as I loved working cupy, I think It's fair to say I'm not going to go down this route.