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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D36925
[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
Event TimelineHerald added subscribers: kbarton, Anastasia, yaxunl, nemanjai. · View Herald TranscriptAug 19 2017, 9:45 AM This revision is now accepted and ready to land.Aug 19 2017, 9:47 AM Closed by commit rL311248: [PPCG] Only add Kernel argument sizes for OpenCL, not CUDA runtime (authored by phschaad). · Explain WhyAug 19 2017, 10:05 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 111837 polly/trunk/lib/CodeGen/PPCGCodeGeneration.cpp
polly/trunk/test/GPGPU/cuda-managed-memory-simple.ll
polly/trunk/test/GPGPU/host-control-flow.ll
polly/trunk/test/GPGPU/invariant-load-hoisting.ll
polly/trunk/test/GPGPU/kernel-params-only-some-arrays.ll
polly/trunk/test/GPGPU/parametric-loop-bound.ll
polly/trunk/test/GPGPU/phi-nodes-in-kernel.ll
|