Skip to content

Releases: scipy/xsf

v0.1.2

16 Jul 16:08
f8218da
Compare
Choose a tag to compare

This is a bug fix PR. It adds some missing execution space annotations (with the XSF_HOST_DEVICE macro) for functions which are not currently used in CuPy, but which are needed when compiling functions which are used in CuPy when using CUDA toolkit 11.

v0.1.1

12 Jun 03:07
e329269
Compare
Choose a tag to compare

This release makes minor changes needed to make xsf work as a submodule of CuPy. There are no changes to the (currently undocumented) public API. It includes the pull request, #39. GPU tests have also been added through CuPy.

v0.1.0

26 Apr 13:44
4fff9b2
Compare
Choose a tag to compare

This is an initial release mostly for internal use in SciPy. The code is not yet documented or organized, and the structure reflects the historical development of the scalar kernel codebase of SciPy special. Most of this code is fairly well tested, though there are known defects that still need to be addressed. Feel free to try it out, but expect breaking changes.