diff options
author | Angel Zhang <angel.zhang@amd.com> | 2024-08-27 12:16:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-27 12:16:54 -0400 |
commit | 2bf2468553f69c72680d138b91046d4c00d2c7a6 (patch) | |
tree | 4dc29b60848bb0daa6dda67d0c6fdd6ff5511d3c /lldb/source/Commands/CommandObjectScripting.cpp | |
parent | d0a6434e86880f55e225ffa2e39c77f10aea1604 (diff) | |
download | llvm-2bf2468553f69c72680d138b91046d4c00d2c7a6.zip llvm-2bf2468553f69c72680d138b91046d4c00d2c7a6.tar.gz llvm-2bf2468553f69c72680d138b91046d4c00d2c7a6.tar.bz2 |
[mlir][spirv] Integrate `convert-to-spirv` into `mlir-vulkan-runner` (#106082)
**Description**
This PR adds a new option for `convert-to-spirv` pass to clone and
convert only GPU kernel modules for integration testing. The reason for
using pass options instead of two separate passes is that they both
consist of `memref` types conversion and individual dialect patterns,
except they run on different scopes. The PR also replaces the
`gpu-to-spirv` pass with the `convert-to-spirv` pass (with the new
option) in `mlir-vulkan-runner`.
**Future Plan**
Use nesting pass pipelines in `mlir-vulkan-runner` instead of adding
this option.
---------
Co-authored-by: Jakub Kuderski <kubakuderski@gmail.com>
Diffstat (limited to 'lldb/source/Commands/CommandObjectScripting.cpp')
0 files changed, 0 insertions, 0 deletions