8000 Tags · ZihengJiang/torch-mlir · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ZihengJiang/torch-mlir

Tags

snapshot-20220707.526

Toggle snapshot-20220707.526's commit message

Verified

This commit was created on GitHub.com and 8000 signed with GitHub’s verified signature. The key has expired.
torch: fold prim.dtype(bf16) to integer constant 15 (llvm#1012)

A prior patch (63538de) that added support for bfloat16 type did not
add the canonicalization pattern to fold `torch.prim.dtype` operations
on bfloat16 tensors into the integer constant 15.  This patch fixes the
problem.

oneshot-20220707.24

Toggle oneshot-20220707.24's commit message
Remove PyTorch build requirement

Use libtorch source builds instead.
Update to using manylinux_2_28 aka Ubuntu 18.04+
Update running audit wheel in prep for pypi

TEST=Tests pass on linux
TBD on macOS intel/m1

oneshot-20220707.23

Toggle oneshot-20220707.23's commit message
WIP: Remove PyTorch build requirement

Use libtorch source builds instead.

TEST= TBD: linux/macOS intel/m1

snapshot-20220706.525

Toggle snapshot-20220706.525's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable libtorch caching and source builds (llvm#1004)

Add an option to cache libtorch/ releases if you don't want to
download the latest. Add an option to enable source builds.

TESTS:
macOS: verify with / without cache downloads
       verify source builds -- shared and static

Linux: Build Tests and Release builds

snapshot-20220705.524

Toggle snapshot-20220705.524's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix multi-threaded tests on macOS (llvm#1005)

Fixes llvm#994

oneshot-20220705.22

Toggle oneshot-20220705.22's commit message
WIP: Remove PyTorch build requirement

Use libtorch source builds instead.

TEST= TBD: linux/macOS intel/m1

snapshot-20220704.523

Toggle snapshot-20220704.523's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update oneshotSnapshotPackage.yml

snapshot-20220703.522

Toggle snapshot-20220703.522's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update oneshotSnapshotPackage.yml

oneshot-20220702.21

Toggle oneshot-20220702.21's commit message
Enable libtorch caching and source builds

Add an option to cache libtorch/ releases if you don't want to
download the latest. Add an option to enable source builds.

TESTS:
macOS: verify with / without cache downloads
       verify source builds -- shared and static

Linux: (running tests now)

snapshot-20220702.521

Toggle snapshot-20220702.521's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[MLIR][TORCH] Add decomposition of aten.repeat (llvm#932)

* [MLIR][TORCH] Add decomposition of aten.repeat

* refine & rebase

* refine static shapes

* add e2e test

* Rebase and Refine naming style
0