[tvm] branch main updated: [Target] LLVM helper functions for any target info (#15761)

2023-09-27 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new cf8521ad5c [Target] LLVM helper functions for any

[tvm] branch main updated (64ab31ec3e -> 08a6ee520f)

2023-09-15 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 64ab31ec3e [UnitTest][Metal] Parametrize allreduce GPU tests (#15749) add 08a6ee520f [Hexagon] F2qi avgpool bug fix

[tvm] branch main updated: [IR] Use structural equal for Range equality (#15664)

2023-09-05 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 04ee895d8d [IR] Use structural equal for Range

[tvm] branch unity updated (c8494dc004 -> 61c693dc42)

2023-08-10 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch unity in repository https://gitbox.apache.org/repos/asf/tvm.git from c8494dc004 [Unity][ONNX] Support ONNX Symbolic Shape Deduction (#15498) add 61c693dc42 [Unity] Recursive pattern

[tvm] branch unity updated: [Unity] Remove unused local function definitions (#15507)

2023-08-10 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch unity in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/unity by this push: new bcc9a68b3e [Unity] Remove unused local function

[tvm] branch unity updated: [Unity][Hot fix] Flash attention offload bug due to typo (#15512)

2023-08-09 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch unity in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/unity by this push: new cd14d4d7e2 [Unity][Hot fix] Flash attention

[tvm] branch unity updated: [Unity] Commutative pattern match based on relax.Expr op (#15494)

2023-08-07 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch unity in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/unity by this push: new 9fb191159f [Unity] Commutative pattern match based

[tvm] branch main updated: [Script] Be more careful when generating ast.ExtSlice for Subscript (#15483)

2023-08-04 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 18467c95dd [Script] Be more careful when generating

[tvm] branch main updated: [Bugfix][CUTLASS] CUTLASS path finding (#15480)

2023-08-04 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 2f090648d2 [Bugfix][CUTLASS] CUTLASS path finding

[tvm] branch main updated: [TIR] Generalize implementation of T.macro to work with other dialects (#15432)

2023-07-29 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 2d76c9704f [TIR] Generalize implementation

[tvm] branch main updated: [TIR] Allow starred expressions in TIR script (#15404)

2023-07-25 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 304aa1e084 [TIR] Allow starred expressions in TIR

[tvm] branch main updated: [TIR] Implement TIR macros (#15260)

2023-07-11 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new fddbec7079 [TIR] Implement TIR macros (#15260

[tvm] branch main updated: [LLVM] Minor refactor to LLVMModuleNode::SaveToFile (#15139)

2023-06-22 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new bee073b0c8 [LLVM] Minor refactor to LLVMModuleNode

[tvm] branch main updated: [IR,TE,TIR] Use f-strings for string formatting, NFC (#14990)

2023-06-01 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 00126b0484 [IR,TE,TIR] Use f-strings for string

[tvm] branch main updated: [Relay] Use f-strings for string formatting, NFC (#14838)

2023-05-13 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 3756b716d5 [Relay] Use f-strings for string

[tvm] branch main updated: [Relay] Handle pad value coming from Tensor instead of scalar (#14735)

2023-04-28 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new e2e1696c74 [Relay] Handle pad value coming from

[tvm] branch main updated: [TIR][Hexagon] Use the "target" value in T.func_attr for VTCM limit (#14567)

2023-04-13 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new b48fcaba22 [TIR][Hexagon] Use the "target&q

[tvm] branch main updated: [AOT] Fix warning on dropping const in TVMAotExecutor_GetInputName (#14529)

2023-04-13 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 68ce1e871c [AOT] Fix warning on dropping const

[tvm] branch main updated: [LLVM] Validate generated LLVM module before optimization (#14564)

2023-04-12 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new b1ab4dc1d5 [LLVM] Validate generated LLVM module

[tvm] branch main updated: [LLVM] Expand tvm::Type to DWARF conversion (#14568)

2023-04-11 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new ca7c3d8a14 [LLVM] Expand tvm::Type to DWARF

[tvm] branch main updated (1db4464c08 -> 9fb9fd6898)

2023-04-11 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 1db4464c08 [Fix][TIR][Analysis] Reduction block checking alloc_buffers (#14589) add 9fb9fd6898 [TIR] Use String

[tvm] branch main updated: [Codegen][LLVM] Remove cast to i8* in builtin::address_of (#14563)

2023-04-11 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 1c5442d2e9 [Codegen][LLVM] Remove cast to i8

[tvm] branch main updated (1113de2ce1 -> 5239ec05e9)

2023-04-06 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 1113de2ce1 [relay] preserve the order of input_info of pytorch (#14462) add 5239ec05e9 [TIR] [Schedule] Add

[tvm] branch main updated (e51ba294d9 -> 287cd38651)

2023-04-05 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from e51ba294d9 [ACL] Prevent offloading of per-channel quantized operators (#14484) add 287cd38651 [TIR] Improved

[tvm] branch main updated: [LLVM] Add guard for #include (#14469)

2023-04-05 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 4b6e635825 [LLVM] Add guard for #include (#14469

[tvm] branch main updated (dba987cae0 -> 579d999653)

2023-04-04 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from dba987cae0 [Arith] Simplifications for floormod(x, 2) (#13936) add 579d999653 [pytest] Don't return values from

[tvm] branch main updated (2c052b2067 -> 76c8e66211)

2023-04-03 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 2c052b2067 [Frontend][Oneflow] Use FLOW_2_STR_DTYPE for dtype (#14454) add 76c8e66211 [Hexagon][TOPI] Use IndexMap

[tvm] branch main updated (10a12bacb8 -> b56d7f56ab)

2023-03-23 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 10a12bacb8 [CI][EZ] Upgrade CI Lint Image (#14373) add b56d7f56ab [TIR][Utility] More flexible tir::Substitute

[tvm] branch main updated: [LLVM] Fix registerCallbacks API after recent change (#14323)

2023-03-17 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new f7c2bbbe87 [LLVM] Fix registerCallbacks API after

[tvm] branch main updated (f4520c4f15 -> 32e500b7f7)

2023-03-16 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from f4520c4f15 [TVMC] Improve --desired-layouts functionality (#14272) add 32e500b7f7 [LLVM] Add support to generate

[tvm] branch main updated: [LLVM] Add support for DeclBufferNode (#14103)

2023-02-23 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 125bbb271b [LLVM] Add support for DeclBufferNode

[tvm] branch main updated: [LLVM] Remove call to EmitDebugLocation from AddAliasInfo (#13872)

2023-01-30 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new c81aaa852c [LLVM] Remove call to EmitDebugLocation

[tvm] branch main updated: [Hexagon][CI] Update the docker image ID to reflect newer LLVM (#13870)

2023-01-30 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 803207c256 [Hexagon][CI] Update the docker image ID

[tvm] branch main updated: Enable C++17 for cmake modules (#13869)

2023-01-30 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 76c5186e15 Enable C++17 for cmake modules (#13869

[tvm] branch main updated (21d7968b61 -> 123f1f5e2c)

2023-01-06 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 21d7968b61 [microTVM] Fix MacOS build with USE_MICRO=ON (#13711) add 123f1f5e2c [tir] Add line level debug info

[tvm] branch main updated (ce97138ebe -> cdb4eea138)

2022-12-15 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from ce97138ebe [TVMScript] Fix print round-tripable multi thread env binding (#13622) add cdb4eea138 [TOPI][Hexagon

[tvm] branch main updated: [tir] Add copy on write to all nodes (#13512)

2022-11-29 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 694d4bf5ea [tir] Add copy on write to all nodes

[tvm] branch main updated (25e98dd5e4 -> 1e5fc25649)

2022-11-28 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 25e98dd5e4 [ACL] Enable int8 data type in pooling operators (#13488) add 1e5fc25649 [Hexagon]Call Acquire/Release

[tvm] branch main updated (60e865a6fe -> 6cd1bb5e89)

2022-10-28 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 60e865a6fe [CI] Enable iOS RPC tests (#13229) add 6cd1bb5e89 [Hexagon] Update search pattern to find .so address

[tvm] branch main updated (e41d0ed6eb -> 23c2909f29)

2022-10-25 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from e41d0ed6eb [Relay] Rewrite division by constant to multiply (#13182) add 23c2909f29 [Hexagon] Add support

[tvm] branch main updated (209e77c18b -> 4fe8e96c77)

2022-10-20 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 209e77c18b [tvmc] add instruments for PassContext (#13136) add 4fe8e96c77 [Hexagon] Set c++17 standard for launcher

[tvm] branch main updated (9a673faa74 -> 332b1469b7)

2022-09-27 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 9a673faa74 [ci] Initialize git during deploys (#12909) add 332b1469b7 [Hexagon] depth_to_space slice op (#12669

[tvm] branch main updated (e1f3f90588 -> f25a702a1f)

2022-09-26 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from e1f3f90588 [TOPI][Hexagon] Implement quantize op for hexagon (#12820) add f25a702a1f [TOPI][Hexagon] Add schedule

[tvm] branch main updated (fd26813723 -> e1f3f90588)

2022-09-26 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from fd26813723 [TVMScript] Infer T.match_buffer parameters for region (#12890) add e1f3f90588 [TOPI][Hexagon

[tvm] branch main updated (4c05656c65 -> 2eed663643)

2022-09-09 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 4c05656c65 [TOPI][Hexagon] Add test and schedule for uint8 resize2d (#12559) add 2eed663643 [TOPI][Hexagon

[tvm] branch main updated (029fa462d2 -> 4c05656c65)

2022-09-09 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 029fa462d2 [TIR][Arith] Add more strict checking in imm construction and folding. (#12515) add 4c05656c65 [TOPI

[tvm] branch main updated (ff9a5309ec -> 269d536be0)

2022-09-07 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from ff9a5309ec [microTVM][Zephyr] Enable -O2 optimization on build by default (#12718) add 269d536be0 [HEXAGON] [TOPI

[tvm] branch main updated (38ba8c0bb6 -> 038f15b5e2)

2022-09-01 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 38ba8c0bb6 [Relay] Extract intermediate node by its expression ID (#12646) add 038f15b5e2 [Hexagon] Implement

[tvm] branch main updated (2e83e03b2c -> 23e794422a)

2022-08-26 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 2e83e03b2c [CI] Update Hexagon image to install boost (#12613) add 23e794422a Replace '> >' in tem

[tvm] branch main updated (038523e5a2 -> bf65b396c1)

2022-08-24 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 038523e5a2 [TIR] Expose Vector-related API in Python (#12571) add bf65b396c1 [Hexagon] Add support to run

[tvm] branch main updated (13ebbfb37f -> 8174d082e8)

2022-08-23 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 13ebbfb37f Replace std::result_of (deprecated in C++17) with std::invoke_result, NFC (#12562) add 8174d082e8 Add

[tvm] branch main updated (66a31e97a7 -> e5e05feee3)

2022-08-22 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 66a31e97a7 [CI] Add alexnet and googlenet caffe model to request hook (#12510) add e5e05feee3 [LLVM] Add "c

[tvm] branch main updated: [ci][tvmbot] Search more users when checking usernames (#12491)

2022-08-18 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 72b0f5ee34 [ci][tvmbot] Search more users when

[tvm] branch main updated: [Target] Only append default keys if target doesn't have any yet (#12474)

2022-08-18 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 6def53aeaa [Target] Only append default keys

[tvm] branch main updated: [HEXAGON] Auto-vectorization (fp16) for v68 (#12397)

2022-08-18 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 88928a40f1 [HEXAGON] Auto-vectorization (fp16

[tvm] branch main updated (da7675c546 -> a96bda446c)

2022-08-18 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from da7675c546 Fix memset of memory pool in PageMemoryManagerCreate (#12437) add a96bda446c Add RISC-V build/test

[tvm] branch main updated (250b68e202 -> da7675c546)

2022-08-18 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 250b68e202 [TVMScript] IRBuilder, IRBuilderFrame base class (#12482) add da7675c546 Fix memset of memory pool

[tvm] branch main updated: Use std::make_unique instead of std::unique_ptr(new ...), NFC (#12459)

2022-08-16 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 247c54b97d Use std::make_unique instead of std

[tvm] branch main updated (09a4ac48ed -> bd56231325)

2022-08-16 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 09a4ac48ed [ETHOSN] Add support for Requantize (#12384) add bd56231325 Use std::optional instead of dmlc::optional

[tvm] branch main updated (c3c7c4ccc3 -> db1ed779f8)

2022-08-12 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from c3c7c4ccc3 [Profiler] Fix graph_executor_debug hang (#12382) add db1ed779f8 [docs] Update minimum compiler

[tvm] branch main updated: Update C++ standard to C++17 (#12337)

2022-08-11 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 99f5e921a5 Update C++ standard to C++17 (#12337

[tvm] branch main updated: [TVMScript] Make classes derived from ObjectPath non-nullable (#12304)

2022-08-04 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 359a642e92 [TVMScript] Make classes derived from

[tvm] branch main updated (46a8498ba9 -> 2e02cf7cbe)

2022-08-03 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 46a8498ba9 [MetaSchedule] Enhance Conv2d NCHW Winograd Schedule Rules (#12127) add 2e02cf7cbe [LLVM] Create LLVM

[tvm] branch main updated: [Relay][VM] Fix an ICHECK which never fails in ctor of VMFunction (#12241)

2022-07-30 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new c0a3da84bc [Relay][VM] Fix an ICHECK which never

[tvm] branch main updated: [AutoSchedule] Fix misusage of an already-moved object (#12239)

2022-07-30 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 12dcfd70ef [AutoSchedule] Fix misusage of an already

[tvm] branch main updated: [TOPI][HEXAGON] Implement depthwise conv2d slice op. (#12218)

2022-07-29 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new c6d733a7eb [TOPI][HEXAGON] Implement depthwise

[tvm] branch main updated (465b579e3b -> 7b6cb60fcb)

2022-07-27 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 465b579e3b [ci][docker] Use RFC image tags only (#11938) add 7b6cb60fcb [Target] Improve string interpretation

[tvm] branch main updated: tanh float16 (#12165)

2022-07-24 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new dc1324635a tanh float16 (#12165) dc1324635a

[tvm] branch main updated: [hexagon][testing] nonrandom tests (#12164)

2022-07-23 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 832c7674fe [hexagon][testing] nonrandom tests

[tvm] branch main updated: [hexagon][testing] Better pytest ID strings (#12154)

2022-07-22 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 9863cf0d5f [hexagon][testing] Better pytest ID

[tvm] branch main updated: [HEXAGON] QCOM hexagon library (qhl) (#12149)

2022-07-22 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new a07e18ea4e [HEXAGON] QCOM hexagon library (qhl

[tvm] branch main updated: Revert "support overlapped itersum (#12039)" (#12137)

2022-07-19 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new eb7cf7051d Revert "support overlapped it

[tvm] branch main updated (342fbea84e -> 7bf5fa449c)

2022-07-19 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 342fbea84e [CMSIS-NN] Fix typo in EmitPool2D (#11702) add 7bf5fa449c [Target] Add "features" property

[tvm] branch main updated: [Target] Add target_parser to TargetKind (#12119)

2022-07-18 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new d4309cf810 [Target] Add target_parser to TargetKind

[tvm] branch main updated: [TIR][BugFix] Fix a wrong use of T.exp in test_compute_inline_opaque_access_with_tvm_access_ptr. (#12117)

2022-07-16 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new b84ed27260 [TIR][BugFix] Fix a wrong use of T.exp

[tvm] branch main updated: fix typo (#12115)

2022-07-16 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new c54eea7d0a fix typo (#12115) c54eea7d0a is described

[tvm] branch main updated: [TOPI] [Hexagon] Uint8 Reshape and batch flatten slice ops (#12037)

2022-07-16 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new c0e996e291 [TOPI] [Hexagon] Uint8 Reshape and batch

[tvm] branch main updated: Add member object accessors to With<> (#12100)

2022-07-15 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 770738c514 Add member object accessors

[tvm] branch main updated: fold const or empty iter partition (#12080)

2022-07-13 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 6a6093bc18 fold const or empty iter partition

[tvm] branch main updated (5be8e0a3de -> ae72e7e653)

2022-07-11 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 5be8e0a3de [Collage] SubGraphs (#11981) add ae72e7e653 Fix node.func to node.funcs on parser.py (#12053) No new

[tvm] branch main updated: [Fix] fix python setup.py file bug (#12000)

2022-07-07 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new af4373f2fb [Fix] fix python setup.py file bug

[tvm] branch main updated: [Topi] [Hexagon] Conv2d slice op initial version (#11489)

2022-07-06 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 95f578912f [Topi] [Hexagon] Conv2d slice op initial

[tvm] branch main updated (c97895e0ff -> 50cd4d635c)

2022-07-01 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from c97895e0ff [Hexagon] Fix use of subprocess.run in _check_call_verbose (#11985) add 50cd4d635c [Hexagon] Enable

[tvm] branch main updated: [Hexagon] Fix use of subprocess.run in _check_call_verbose (#11985)

2022-07-01 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new c97895e0ff [Hexagon] Fix use of subprocess.run

[tvm] branch main updated (80a0c6c53d -> 915c23b61b)

2022-06-30 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 80a0c6c53d [microNPU] Fix offloading incompatible average pool (#11469) add 915c23b61b [TOPI] [Hexagon] Batch

[tvm] branch main updated: Fix clear-stale-images.sh with multiple worktree. (#11921)

2022-06-27 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new ae2de20c15 Fix clear-stale-images.sh with multiple

[tvm] branch main updated: Add missing headers to llvm_module.cc/.h, NFC (#11925)

2022-06-27 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 5f9ff8ad6e Add missing headers to llvm_module.cc/.h

[tvm] branch main updated (9cf5021385 -> cc6a85bb1c)

2022-06-27 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 9cf5021385 [microTVM][zephyr] Increase stack size for zephyr host-driven AoT tests (#11777) add cc6a85bb1c

[tvm] branch main updated: Delete `from __future__ import annotations` since it requires Python 3.7+ (#11889)

2022-06-24 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new d439f6c4f1 Delete `from __future__ import

[tvm] branch main updated (8c3d922b7e -> ed3294fb3f)

2022-06-24 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 8c3d922b7e [TIR][Pass] Remove-Weight-Layout-Rewrite-Block (#11870) add ed3294fb3f [Arith] Update

[tvm] branch main updated: [LLVM] Remove PrintModule (defined in llvm_common.cc) (#11851)

2022-06-23 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 9968b73426 [LLVM] Remove PrintModule (defined

[tvm] branch main updated: [LLVM] Remove `using llvm::BasicBlock`, NFC (#11850)

2022-06-23 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 79e64ad8e0 [LLVM] Remove `using llvm::BasicBlock

[tvm] branch main updated: [LLVM/String] Remove conversion operator of String to llvm::StringRef (#11807)

2022-06-22 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 910624a86b [LLVM/String] Remove conversion operator

[tvm] branch main updated: [Hexagon] Implement avg_pool2d slice op (#11417)

2022-06-15 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 9d98da2736 [Hexagon] Implement avg_pool2d slice op

[tvm] branch main updated: [Hexagon] Add HexagonThreadManager (#11653)

2022-06-13 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 76b9ce9b1f [Hexagon] Add HexagonThreadManager

[tvm] branch main updated: [Hexagon] Tighten requirements on inclusion of runtime sources (#11635)

2022-06-13 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 2df4524e04 [Hexagon] Tighten requirements

[tvm] branch main updated: [Hexagon] Run single RPC server on Android in each testing session (#11547)

2022-06-10 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new dc522a6ff6 [Hexagon] Run single RPC server

[tvm] branch main updated: [Hexagon] Make local symbols visible to loaded modules in RPC server (#11611)

2022-06-08 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new b00b1229c8 [Hexagon] Make local symbols visible

[tvm] branch main updated (774ee969fc -> d490620085)

2022-06-07 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 774ee969fc [relay] add missing virtual d'tor (#11601) add d490620085 [Hexagon][CI] Re-enable Hexagon tests in CI

[tvm] branch main updated (12440895e4 -> 81702192b4)

2022-06-07 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 12440895e4 [MetaSchedule] Add Testing Script with ONNX Support (#11587) add 81702192b4 [MetaSchedule] Resolve

  1   2   >