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

debug ci #788

Closed
wants to merge 9 commits into from
Closed

debug ci #788

wants to merge 9 commits into from

Conversation

matthiasdiener
Copy link
Contributor

No description provided.

@matthiasdiener
Copy link
Contributor Author

matthiasdiener commented Oct 3, 2024

It seems that wjakob/nanobind#701 broke building pyopencl.

Perhaps monkeypatching __init__ (like in _add_functionality for Kernel) does not work anymore?

@@ -32,6 +32,11 @@



void dummy_fn() {}
PyType_Slot slots[] = {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I'd prefer to just move the implementation of the constructors to C++, instead of this slots hackery.

@matthiasdiener matthiasdiener mentioned this pull request Oct 8, 2024
@matthiasdiener matthiasdiener deleted the debug-ci branch October 8, 2024 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants