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

Head commit for run:
0d695aa08d3799f1f96660a05d724466c2911c5c / Akaash Parthasarathy 
<[email protected]>
[Web] Avoid tensor-cache record copies (#20156)

Tensor-cache shards can contain many records. Using `ArrayBuffer.slice`
for each entry duplicates the record before it is decoded or uploaded.
Validate each record range and use a `Uint8Array` view into the shard
instead. Preserve the original byte offset when the cache already
returns a view.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to