Closed Kerilk closed 3 years ago
Hello,
This patch:
hipModuleLoad
clang++
--cuda-device-only
ClContext::launchWithExtraParams
ClContext::launchWithKernelParams
Thanks,
Colleen and Brice
Thanks for the review, it is greatly appreciated. I fixed the style, and responded inline to the flag issue.
Hello,
This patch:
hipModuleLoad
to load a clang offload bundle as produced byclang++
's--cuda-device-only
flag.ClContext::launchWithExtraParams
when called with the extra parameter setClContext::launchWithExtraParams
andClContext::launchWithKernelParams
when used with the null stream.ClContext::launchWithKernelParams
Thanks,
Colleen and Brice