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

Fix versioned symbols from nm #128

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

geohot
Copy link

@geohot geohot commented Nov 25, 2023

Sometimes symbols have versions in libraries, then they can't be found by clang2py

000000000024c920 T hipLaunchHostFunc_spt@@hip_5.3                      
0000000000202b10 T hipLaunchKernel@@hip_4.2 

This fixes that

@trolldbois trolldbois self-assigned this Dec 4, 2023
@trolldbois trolldbois added this to the Jan2024 milestone Dec 4, 2023
@trolldbois trolldbois added the bug Confirmed bug label Dec 4, 2023
@rviollette
Copy link
Contributor

rviollette commented Feb 13, 2024

Hi there,
I confirm 44830a6 fixes the non-determinism in the generated output.
Now, the output is always identical every time I run ctypeslib2.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants