llvm-project/mlir/tools/mlir-cuda-runner
Stephan Herhut 545c3e489f Port mlir-cuda-runner to use dialect conversion framework.
Instead of lowering the program in two steps (Standard->LLVM followed
by GPU->NVVM), leading to invalid IR inbetween, the runner now uses
one pattern based rewrite step to go directly from Standard+GPU to
LLVM+NVVM.

PiperOrigin-RevId: 265861934
2019-08-28 01:50:57 -07:00
..
CMakeLists.txt Move shared cpu runner library to Support/JitRunner. 2019-07-16 13:45:16 -07:00
cuda-runtime-wrappers.cpp mcuMemHostRegister: take into account sizeof(float) 2019-07-12 08:43:15 -07:00
mlir-cuda-runner.cpp Port mlir-cuda-runner to use dialect conversion framework. 2019-08-28 01:50:57 -07:00