The cupy verson of cubic spline interpolation which is transferd from scipy.interpolation
You need an Nvidia GPU to run this. The main function is CuCubicSpline.CubicSpline(), which same as scipy.interpolate.CubicSpline but much faster.
Details of why I started this project and some troubles I met is on stackoverflow: link