[all-commits] [llvm/llvm-project] ba8ae9: [MLIR] Fixes NVGPU Integration Test Passes Orderin...
Guray Ozen via All-commits
all-commits at lists.llvm.org
Tue Oct 24 06:57:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ba8ae9866be1d0f65f1c86fd1c657f47863c9115
https://github.com/llvm/llvm-project/commit/ba8ae9866be1d0f65f1c86fd1c657f47863c9115
Author: Guray Ozen <guray.ozen at gmail.com>
Date: 2023-10-24 (Tue, 24 Oct 2023)
Changed paths:
M mlir/test/lib/Dialect/GPU/TestLowerToNVVM.cpp
Log Message:
-----------
[MLIR] Fixes NVGPU Integration Test Passes Ordering (#69934)
The test-`lower-to-nvvm pipeline`, designed for NVGPU dialect within GPU
kernels, plays important role for compiling integration tests. This PR
restructured the passes, and cleaned up the code. It also fixes the
order of pipelines.
This fix is needed for #69913
More information about the All-commits
mailing list