-
Notifications
You must be signed in to change notification settings - Fork 21
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
Python bindings: Nanobind SID adapter #1762
Conversation
Depends on #1761 |
launch jenkins |
CI failures:
|
I'll look into updating the Python env on ault
The mechanism for enabling Python tests is currently here https://github.com/GridTools/gridtools/blob/master/tests/regression/py_bindings/CMakeLists.txt as it's the only place were Python is used, 2 options:
I can try to play with the compiler versions and check if we find something that works. |
Update on CI failures:
|
launch jenkins |
launch jenkins |
launch jenkins |
launch jenkins |
launch jenkins |
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.
let's quickly talk
launch jenkins |
launch jenkins |
launch jenkins |
This reverts commit f767022.
launch jenkins |
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 believe it's not needed to wrap each test in the check for GT_TESTS_ENABLE_PYTHON_TESTS
as we only enable Python if was true. But there is an (unlikely?) case where it would still be needed if gridtools is added to another project with fetch_content/add_subdirectory and Python was found by this super project). So I guess we can keep it.
Add a SID adapter for dlpack via nanobind.
No description provided.