[GH] (tvm/main): Workflow run "tvm-bot" failed!

2025-12-30 Thread GitBox


The GitHub Actions job "tvm-bot" on tvm.git/main has failed.
Run started by GitHub user tlopex (triggered by tlopex).

Head commit for run:
0d017c13a48d3d2ed8ae63b0329f5064204316b3 / Guan-Ming (Wesley) Chiu 
<[email protected]>
[Relax] Replaced call_pure_packed with tensor_to_shape operator (#18616)

## Why

Simplifying the code and addressing the purity issue mentioned in the
TODO comment.

## How

**Before**
```
output_shape = bb.emit(
call_pure_packed(
"vm.builtin.tensor_to_shape", output_shape, 
sinfo_args=ShapeStructInfo(ndim=ndim)
)
)
```

**After**
```
output_shape = bb.emit(tensor_to_shape(output_shape))
```

-

Co-authored-by: gemini-code-assist[bot] 
<176961590+gemini-code-assist[bot]@users.noreply.github.com>

Report URL: https://github.com/apache/tvm/actions/runs/20601615330

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (tvm/main): Workflow run "tvm-bot" failed!

2025-12-21 Thread GitBox


The GitHub Actions job "tvm-bot" on tvm.git/main has failed.
Run started by GitHub user tlopex (triggered by tlopex).

Head commit for run:
f4e28d3153323ad97a7e74740c9fb22300fd6cd0 / Neo Chien 
<[email protected]>
[Relax] Chore: Fix the DeprecationWarning: invalid escape sequence \ (#18591)

Hi @mshr-h @tlopex,

This PR is trying to fix issue: DeprecationWarning: invalid escape
sequence `\`
Any suggestions would be appreciated if you are available.

### Root Cause

The backslashes(`\`) inside the docstring

https://github.com/user-attachments/assets/ca05ac7d-c598-4ec8-8bd3-a182994cbf9b";
/>


### Solution
Use a raw docstring(`r"""`)

Co-authored-by: cchung100m 

Report URL: https://github.com/apache/tvm/actions/runs/20419842803

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (tvm/main): Workflow run "tvm-bot" failed!

2025-12-21 Thread GitBox


The GitHub Actions job "tvm-bot" on tvm.git/main has failed.
Run started by GitHub user tlopex (triggered by tlopex).

Head commit for run:
f4e28d3153323ad97a7e74740c9fb22300fd6cd0 / Neo Chien 
<[email protected]>
[Relax] Chore: Fix the DeprecationWarning: invalid escape sequence \ (#18591)

Hi @mshr-h @tlopex,

This PR is trying to fix issue: DeprecationWarning: invalid escape
sequence `\`
Any suggestions would be appreciated if you are available.

### Root Cause

The backslashes(`\`) inside the docstring

https://github.com/user-attachments/assets/ca05ac7d-c598-4ec8-8bd3-a182994cbf9b";
/>


### Solution
Use a raw docstring(`r"""`)

Co-authored-by: cchung100m 

Report URL: https://github.com/apache/tvm/actions/runs/20419842803

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (tvm/main): Workflow run "tvm-bot" failed!

2025-12-16 Thread GitBox


The GitHub Actions job "tvm-bot" on tvm.git/main has failed.
Run started by GitHub user tqchen (triggered by tqchen).

Head commit for run:
f2930d5bb14eac4c3984c413da5a069eab98fd20 / Masahiro Hiramori 

[LLVM][Codegen] Avoid segfault when `arith::GetVScaleValues` returns empty 
vector (#18586)

As per title.

Report URL: https://github.com/apache/tvm/actions/runs/20279301153

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (tvm/main): Workflow run "tvm-bot" failed!

2025-12-12 Thread GitBox


The GitHub Actions job "tvm-bot" on tvm.git/main has failed.
Run started by GitHub user mshr-h (triggered by mshr-h).

Head commit for run:
85a877085714b4d10d65e2c267dab3937915e8a1 / Guan-Ming (Wesley) Chiu 
<[email protected]>
[Relax] Enhance unique block name generation with numeric suffixes (#18554)

## Why

Resolve todo in `fuse_tir.cc` by enhancing unique block name generation
with numeric suffixes

Report URL: https://github.com/apache/tvm/actions/runs/20171211393

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (tvm/main): Workflow run "tvm-bot" failed!

2025-11-22 Thread GitBox


The GitHub Actions job "tvm-bot" on tvm.git/main has failed.
Run started by GitHub user tlopex (triggered by tlopex).

Head commit for run:
5099068ffe20bc07cc20c839caea707963e5a491 / Masahiro Hiramori 

[Relax][PyTorch] Add `count_include_pad` support to `avg_pool2d` in PyTorch 
frontend (#18487)

As per title.
Note that `count_include_pad` is True by default on PyTorch. But on
Relax, it's False by default.

cc @tlopex

Report URL: https://github.com/apache/tvm/actions/runs/19606487789

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]