"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "560b0ad4821c68541019ecd3894f84f5fa43c22b"
[MLIR] Make gpu.launch implicitly capture uses of values defined above.
Summary: In the original design, gpu.launch required explicit capture of uses and passing them as operands to the gpu.launch operation. This was motivated by infrastructure restrictions rather than design. This change lifts the requirement and removes the concept of kernel arguments from gpu.launch. Instead, the kernel outlining transformation now does the explicit capturing. This is a breaking change for users of gpu.launch. Differential Revision: https://reviews.llvm.org/D73769
Loading
Please register or sign in to comment