Files
Kevin Sala Penades 35315a84b4 [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.
2025-12-14 21:57:25 -08:00

4 lines
96 B
C++

#include <gpuintrin.h>
extern "C" __gpu_kernel void multiargs(char, int *, short) { (void)0; }