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

Unrecognized cbid xx #2

Open
shizukanaskytree opened this issue Aug 15, 2018 · 1 comment
Open

Unrecognized cbid xx #2

shizukanaskytree opened this issue Aug 15, 2018 · 1 comment

Comments

@shizukanaskytree
Copy link

When I run it, I get a ton of Unrecognized cbid xx.

Unrecognized cbid 3
Unrecognized cbid 41
Unrecognized cbid 41
Unrecognized cbid 41
Unrecognized cbid 41
Unrecognized cbid 41
Unrecognized cbid 41
Unrecognized cbid 41
Unrecognized cbid 41
Unrecognized cbid 41
Unrecognized cbid 41
Unrecognized cbid 41
Unrecognized cbid 41
Unrecognized cbid 41
Unrecognized cbid 41
Unrecognized cbid 41
Unrecognized cbid 41
Unrecognized cbid 41
Unrecognized cbid 200
Unrecognized cbid 200
Unrecognized cbid 200
Unrecognized cbid 200
Unrecognized cbid 200
Unrecognized cbid 200
Unrecognized cbid 200
...
...
...
@ezyang
Copy link
Owner

ezyang commented Aug 19, 2018

That's because I haven't reverse engineered which CUDA API calls these correspond to. If you can figure out what they are, add them here:

cbid_table = {
        16: "cudaSetDevice",
        10: "cudaGetLastError",
        13: "Launch",
        9: "cudaSetupArgument",
        8: "cudaConfigureArgument",
        17: "cudaGetDevice",
        20: "cudaMalloc",
        22: "cudaFree",
        4: "cudaGetDeviceProperties",

and they'll show up in the resulting trace.

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

No branches or pull requests

2 participants