The patch fixes the types used to access the elements of the kernel parameter structure from a pointer to the structure to a pointer to the actual parameter type.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D88959
[mlir] fix the types used during the generation of the kernel param array ClosedPublic Authored by gysit on Oct 7 2020, 5:35 AM.
Details Summary The patch fixes the types used to access the elements of the kernel parameter structure from a pointer to the structure to a pointer to the actual parameter type.
Diff Detail Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptOct 7 2020, 5:35 AM This revision is now accepted and ready to land.Oct 7 2020, 7:01 AM Closed by commit rG149dc94c1d52: [mlir] fix the types used during the generation of the kernel param array (authored by gysit). · Explain WhyOct 7 2020, 7:26 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 296647 mlir/lib/Conversion/GPUCommon/ConvertLaunchFuncToRuntimeCalls.cpp
|