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

cudaFuncGetAttributes does not work but cuFuncGetAttribute does #21

Open
n-eiling opened this issue Jun 12, 2023 · 0 comments
Open

cudaFuncGetAttributes does not work but cuFuncGetAttribute does #21

n-eiling opened this issue Jun 12, 2023 · 0 comments
Labels
bug Something isn't working regression

Comments

@n-eiling
Copy link
Member

As mentioned in #15

cudaFuncGetAttributes exec fail in server error is cudaErrorInvalidDeviceFunction,if use cuFuncGetAttribute replace is ok

this likely occurs because runtime API functions do not exist on the server side but are translated to driver API cuModule and cuFunction objects. We need to translate these for every runtime API function that references (if any?) modules or functions.

@n-eiling n-eiling added the bug Something isn't working label Jun 12, 2023
@n-eiling n-eiling mentioned this issue Jun 12, 2023
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working regression
Projects
None yet
Development

No branches or pull requests

1 participant