This commit makes the cuLaunchKernel call to pass the total arguments size without tail padding.
4 lines
96 B
C++
4 lines
96 B
C++
#include <gpuintrin.h>
|
|
|
|
extern "C" __gpu_kernel void multiargs(char, int *, short) { (void)0; }
|