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
Hello, guys! I'm trying to fuse some cuda device api call to a triton gpu kernel. I found this way. However, libdevice.bc is llvm ir(nvvm ir) code, It is hard for me to generate nvvm ir from .cu file(refer) .
So I sincerely ask if there is a way to call code snippets of the cuda kernel in tirton, like getting threadblock index, some sync op, or thirdparty api like nvshmem.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, guys! I'm trying to fuse some cuda device api call to a triton gpu kernel. I found this way. However, libdevice.bc is llvm ir(nvvm ir) code, It is hard for me to generate nvvm ir from .cu file(refer) .
So I sincerely ask if there is a way to call code snippets of the cuda kernel in tirton, like getting threadblock index, some sync op, or thirdparty api like nvshmem.
Beta Was this translation helpful? Give feedback.
All reactions