[all-commits] [llvm/llvm-project] dbfedc: [Offload] Use newer CUDA API functions when dynami...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed May 22 09:00:19 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbfedc6b270256d62439271274ed2314fed9ca9c
https://github.com/llvm/llvm-project/commit/dbfedc6b270256d62439271274ed2314fed9ca9c
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-05-22 (Wed, 22 May 2024)
Changed paths:
M offload/plugins-nextgen/cuda/dynamic_cuda/cuda.h
Log Message:
-----------
[Offload] Use newer CUDA API functions when dynamically loaded (#93057)
Summary:
CUDA does its versioning by putting a redirection in the header so the
API functions remain the same while the symbol changes. These weren't
being used for some functions that required it in the dynamic cuda
version.
These functions have newer verisons that should be used. These are
fairly old as far as I'm aware so we should be able to sweep backward
compatibility under the rug.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list