-
Notifications
You must be signed in to change notification settings - Fork 49
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
refactor[next]: Replace pybind11 with nanobind #1299
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one small change and a few questions...
|
||
|
||
nanobind_sid_conv = """\ | ||
#include <nanobind/nanobind.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still would prefer to have this in gridtools, e.g. if we improve that adapter (e.g. by passing over compile time sizes != any) all potential users will profit... If you don't like to do the move now, I will probably do it eventually.
I added #1306 for properly updating dependencies. Might be cleaner to merge that first and keep this PR small. (Cleanest would be to merge my PR without nanobind to update the unrelated deps first.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test modules still need to be renamed
No description provided.