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

Tags: Clownsw/torch-mlir

Tags

snapshot-20230720.905

Toggle snapshot-20230720.905's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Torch-Dialect] emit aten.narrow.Tensor op and decompose it to aten.n…

…arrow op (llvm#2297)

snapshot-20230719.904

Toggle snapshot-20230719.904's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes Windows DLL crash (llvm#2321)

* explicit inliner extension

* fixed import formatting

oneshot-20230719.119

Toggle oneshot-20230719.119's commit message
Support brevitas custom op (llvm#2320)

oneshot-20230719.118

Toggle oneshot-20230719.118's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes Windows DLL crash (llvm#2321)

* explicit inliner extension

* fixed import formatting

snapshot-20230718.903

Toggle snapshot-20230718.903's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Don't crash when the input to aten.copy is unranked (llvm#2307)

This can happen when the input comes from an unsupported operator

snapshot-20230717.902

Toggle snapshot-20230717.902's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
lib/Conversion/TorchToTosa/TorchToTosa.cpp: Fix legalization of compa…

…rions where the input type is bool (llvm#2304)

snapshot-20230716.901

Toggle snapshot-20230716.901's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update PyTorch version to 2.1.0.dev20230715 (llvm#2311)

- torch version: 2.1.0.dev20230715
 - torch commit hash: 6db8e8b9b7ae2232c3ab0eb7fe19830357695c7d
 - torchvision version: 0.16.0.dev20230715

Co-authored-by: Roll PyTorch Action <torch-mlir@users.noreply.github.com>

snapshot-20230715.900

Toggle snapshot-20230715.900's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update PyTorch version to 2.1.0.dev20230714 (llvm#2308)

- torch version: 2.1.0.dev20230714
 - torch commit hash: d257917ad4e5bb1b848f7857026191b61efb2294
 - torchvision version: 0.16.0.dev20230714

Co-authored-by: Roll PyTorch Action <torch-mlir@users.noreply.github.com>

snapshot-20230714.899

Toggle snapshot-20230714.899's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
TorchToTosa: Legalization for torch.aten.sqrt (llvm#2234)

snapshot-20230713.898

Toggle snapshot-20230713.898's commit message
Filter out empty strings while generting function signature

0