Skip to content

Releases: AMYPAD/CuVec

CuVec v2.11.1 stable

23 Feb 22:44
95910d3
Compare
Choose a tag to compare
  • fix build (#22)
  • minor docs & metadata updates

CuVec v2.11.0 stable

06 Jan 07:19
18279f5
Compare
Choose a tag to compare
  • add dev_set()
  • add CUDA_PyErr() Pythonic CUDA error handling
  • misc framework updates (#21)
    • require skbuild
    • add py3.10 support & tests
    • bump status to stable
  • fix docs tabbing

CuVec v2.10.0 stable

30 Dec 17:25
a615ffc
Compare
Choose a tag to compare
  • add convenience functions: ones, zeros_like, ones_like & tests (#20)
  • remove unneeded .cuvec references

CuVec v2.9.0 stable

22 Nov 22:32
44667b6
Compare
Choose a tag to compare
  • add NumPy type checks (#19 <- #18)
  • add tests

CuVec v2.8.0 stable

01 Nov 21:55
ef2a25b
Compare
Choose a tag to compare
  • add asPyCuVec<T> & asPyCuVec_T converters (#17)
  • fix example_mod dangling pointer
  • warn about swigcuvec.asarray dangling pointer cases
  • faster startup (replace pkg_resources => importlib.resources)
  • update documentation
  • add & update tests
  • minor metadata updates

CuVec v2.7.7 stable

03 Oct 18:12
f228d8d
Compare
Choose a tag to compare
  • fix building on systems with GPUs supporting multiple CUDA_ARCHITECTURES (#16)
  • add SWIG example docs

CuVec v2.7.6 stable

24 Sep 21:47
af91c5d
Compare
Choose a tag to compare

CuVec v2.7.5 stable

16 Sep 14:54
bdcb72b
Compare
Choose a tag to compare

CuVec v2.7.4 stable

21 Jul 09:10
429ebfa
Compare
Choose a tag to compare
  • fix minor memleak (#13)
  • docs: fix typos
  • build: misc framework updates

CuVec v2.7.3 beta

21 Jul 09:07
1f5bc2d
Compare
Choose a tag to compare
  • minor documentation updates (#12)