You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[OpenCL][NVPTX] Don't set calling convention for OpenCL kernel (llvm#170170)
Fixesllvm#154772
We previously set `ptx_kernel` for all kernels. But it's incorrect to
add `ptx_kernel` to the stub version of kernel introduced in llvm#115821.
This patch copies the workaround of AMDGPU.
0 commit comments