Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add pybind11 support #37

Merged
merged 27 commits into from
Feb 19, 2024
Merged

add pybind11 support #37

merged 27 commits into from
Feb 19, 2024

Conversation

casperdcl
Copy link
Member

@casperdcl casperdcl commented Feb 18, 2024

  • add pybind11 support
    • 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
  • misc framework updates
    • 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

Also bump major version

@casperdcl casperdcl added documentation Improvements or additions to documentation enhancement New feature or request framework labels Feb 18, 2024
@casperdcl casperdcl self-assigned this Feb 18, 2024
@casperdcl casperdcl force-pushed the pybind11 branch 4 times, most recently from f5b8a5e to 6c52e71 Compare February 18, 2024 01:53
@casperdcl casperdcl changed the title wip add pybind11 supportt Feb 18, 2024
@casperdcl casperdcl force-pushed the pybind11 branch 3 times, most recently from b2d3042 to 98240dc Compare February 18, 2024 15:14
@casperdcl casperdcl changed the title add pybind11 supportt add pybind11 support Feb 18, 2024
Copy link

codecov bot commented Feb 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9a20a25) 100.00% compared to head (5c66eb4) 100.00%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##              main       #37    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files            4         5     +1     
  Lines          181       281   +100     
==========================================
+ Hits           181       281   +100     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@casperdcl casperdcl merged commit 5e71cb3 into main Feb 19, 2024
13 checks passed
@casperdcl casperdcl deleted the pybind11 branch February 19, 2024 16:00
@casperdcl
Copy link
Member Author

/tag v4.0.0 5e71cb3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant