-
Notifications
You must be signed in to change notification settings - Fork 33
feat: API changes for multi-device execution [ReactantExtra JLL changes] #692
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
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
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.
Looks OK for as much as I can tell (which is limited 😅).
still debugging 1 segfault from the finalizer
Was that solved? I don't see new commits after that message.
|
Actually wait no not solved. I thought it got fixed... But it does segfault on finalizer. Let me investigate under gdb and hope it reveals more info |
|
Not a segfault source but I do see a memory error. For example: here we allocate memory Reactant.jl/deps/ReactantExtra/API.cpp Line 394 in d842b33
and when using it Line 625 in d842b33
I don't think we ever free it (we need to do unsafe_string, and then free the memory). |
|
We can go ahead with this JLL. Turns out I don't understand basic arithmetic 😢 |
No description provided.