[all-commits] [llvm/llvm-project] 35315a: [offload] Fix CUDA args size by subtracting tail p...
Kevin Sala Penades via All-commits
all-commits at lists.llvm.org
Sun Dec 14 21:57:46 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 35315a84b4a3b78deb876f0ac767696ad7e8aa50
https://github.com/llvm/llvm-project/commit/35315a84b4a3b78deb876f0ac767696ad7e8aa50
Author: Kevin Sala Penades <salapenades1 at llnl.gov>
Date: 2025-12-14 (Sun, 14 Dec 2025)
Changed paths:
M offload/plugins-nextgen/cuda/dynamic_cuda/cuda.cpp
M offload/plugins-nextgen/cuda/dynamic_cuda/cuda.h
M offload/plugins-nextgen/cuda/src/rtl.cpp
M offload/test/offloading/CUDA/basic_launch_multi_arg.cu
M offload/unittests/OffloadAPI/device_code/CMakeLists.txt
A offload/unittests/OffloadAPI/device_code/multiargs.cpp
M offload/unittests/OffloadAPI/kernel/olLaunchKernel.cpp
Log Message:
-----------
[offload] Fix CUDA args size by subtracting tail padding (#172249)
This commit makes the cuLaunchKernel call to pass the total arguments size without tail padding.
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