This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 092b54830b add topK FInferCorrectLayout attr (#11849)
add 5e81067818 fix flaky test (#11663)
add b4c0bf7419 [LLVM] Register factory function for CodeGenCPU (#11852)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 3 ++
src/target/llvm/codegen_amdgpu.cc | 5 +++
src/target/llvm/codegen_arm.cc | 3 +-
src/target/llvm/codegen_cpu.cc | 5 +++
src/target/llvm/codegen_hexagon.cc | 3 +-
src/target/llvm/codegen_llvm.cc | 19 ++++++----
src/target/llvm/codegen_nvptx.cc | 5 +++
src/target/llvm/codegen_x86_64.cc | 3 +-
tests/cpp/llvm_codegen_test.cc | 62 +++++++++++++++++++++++++++++++++
tests/python/integration/test_tuning.py | 10 ++++--
10 files changed, 104 insertions(+), 14 deletions(-)
create mode 100644 tests/cpp/llvm_codegen_test.cc