This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from b59e866c13 [BYOC] Hide internal cutlass symbols (#15029)
     add d2d9dc7c04 [TIR] Preserve object equality in 
Buffer::GetFlattenedBuffer (#15040)
     add 26907f9d99 [Vulkan] Allow DeclBuffer in CodeGenSPIRV (#15035)
     add 3d72d4ba0e [StackVM] Updated CodeGenStackVM to handle DeclBuffer 
(#15036)
     add bf91083918 [TIR] Handle DeclBuffer in StorageFlatten's input (#15042)
     add 2d2b727339 [Docker] Update ci_cpu docker image to one containing polly 
package f… (#15031)

No new revisions were added by this update.

Summary of changes:
 ci/jenkins/docker-images.ini                       |  2 +-
 src/target/spirv/codegen_spirv.cc                  |  2 ++
 src/target/spirv/codegen_spirv.h                   |  1 +
 src/target/stackvm/codegen_stackvm.cc              |  2 ++
 src/target/stackvm/codegen_stackvm.h               |  1 +
 src/tir/ir/buffer.cc                               | 17 +++++++++-------
 src/tir/transforms/storage_flatten.cc              |  9 +++++++++
 .../unittest/test_target_codegen_vm_basic.py       | 22 +++++++++++++++++----
 .../python/unittest/test_target_codegen_vulkan.py  | 19 +++++++++++++++++-
 tests/python/unittest/test_tir_buffer.py           | 23 ++++++++++++++++++++++
 .../unittest/test_tir_transform_storage_flatten.py | 16 +++++++++++++++
 11 files changed, 101 insertions(+), 13 deletions(-)

Reply via email to