-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hook: Add hook for cuGetProcAddress_v2() to support CUDA >=12
CUDA 12.0 introduced a new function, cuGetProcAddress_v2(), which Runtime API applications call instead of cuGetProcAddress() in order to obtain Driver API symbols. To maintain compatibility with CUDA >=12.0 applications, add a hook for cuGetProcAddress_v2(). Closes #11 Signed-off-by: Xinyuan Lyu <[email protected]> Reviewed-by: George Alexopoulos <[email protected]>
- Loading branch information
1 parent
d56dc01
commit 000bfa0
Showing
2 changed files
with
100 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters