This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 93f3010 Move infer_value to _get_list_param (#8051)
add 0192750 [Vulkan] Broke out implicit device requirements into
SPIRVSupport (#8048)
No new revisions were added by this update.
Summary of changes:
src/target/spirv/build_vulkan.cc | 2 +-
src/target/spirv/codegen_spirv.cc | 7 +-
src/target/spirv/codegen_spirv.h | 12 ++
src/target/spirv/ir_builder.cc | 136 +++++++++---
src/target/spirv/ir_builder.h | 65 ++++--
.../codegen_params.h => spirv/spirv_support.cc} | 41 ++--
src/target/spirv/spirv_support.h | 239 +++++++++++++++++++++
7 files changed, 437 insertions(+), 65 deletions(-)
copy src/target/{llvm/codegen_params.h => spirv/spirv_support.cc} (53%)
create mode 100644 src/target/spirv/spirv_support.h