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 3df798d422 [Relay][TOPI] Add support for group_conv1d_transpose_ncw
for generic (#16248)
add 943861c85c [TIR][Schedule] TileWithTensorIntrin skip incorrect
ComputeInline for input-padding (#16239)
add 759ee1236a [Support] Add Interrupt Handling in Pipe (#16255)
No new revisions were added by this update.
Summary of changes:
src/support/errno_handling.h | 69 +++++++++++++++++++++++++++++++++++++++++++
src/support/pipe.h | 42 +++++++++++++++++++-------
src/support/socket.h | 65 +++++++++++-----------------------------
src/tir/schedule/transform.cc | 6 ++--
4 files changed, 121 insertions(+), 61 deletions(-)
create mode 100644 src/support/errno_handling.h