This is an archive of the discontinued LLVM Phabricator instance.

[PPCG] Only add Kernel argument sizes for OpenCL, not CUDA runtime
ClosedPublic

Authored by PhilippSchaad on Aug 19 2017, 9:45 AM.

Details

Summary

Kernel argument sizes now only get appended to the kernel launch parameter list if the OpenCL runtime is selected, not if CUDA runtime is chosen.

Diff Detail

Repository
rL LLVM

Event Timeline

PhilippSchaad created this revision.Aug 19 2017, 9:45 AM
grosser accepted this revision.Aug 19 2017, 9:47 AM

LGTM, very nice!

This revision is now accepted and ready to land.Aug 19 2017, 9:47 AM
This revision was automatically updated to reflect the committed changes.