Skip to content

CuVec v4.0.0 stable

Choose a tag to compare

@amypad-bot amypad-bot released this 19 Feb 16:19
· 60 commits to main since this release
5e71cb3
  • add pybind11 support (#37)
    • NDCuVec<T> (alias SwigCuVec<T>) C++ API
    • cuvec.pybind11 Python API
    • cuvec.example_pybind11 module
    • add tests
    • add performance tests
    • add documentation
  • add in-place resize for swig & pybind11 (#37)
  • misc framework updates (#37)
    • tidy extension structure
    • add Makefile
    • cache build dir
    • make tests more parallel
    • minify pre-commit config
    • CI: bump actions
  • tests: pin cupy<13
  • misc linting