Skip to content

Tags: willdla/iree

Tags

snapshot-20211103.626

Toggle snapshot-20211103.626's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Explicitly ordering transpose and reshape patterns when legalizing mh…

…lo.dot_general

1. RankReducedDotGeneral Assume batchingDims at the starting position and the parallelDims is consecutive
2. after parallelDims reduce Also need to reduce rank

[Solution]:
move TransposeGenericDotGeneral to the front of RankReducedDotGeneral
reduce rank after reduce parallelDims

Fixes iree-org#7272

snapshot-20211102.625

Toggle snapshot-20211102.625's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
On OSX dont enable LLD and warn (iree-org#7474)

Disabled LLD on OSX

snapshot-20211102.624

Toggle snapshot-20211102.624's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable pow test on embedded linking path. (iree-org#7517)

This was missed with iree-org#7513. Also fix typo in file pulled into librt64.

snapshot-20211101.623

Toggle snapshot-20211101.623's commit message

Verified

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

snapshot-20211101.622

Toggle snapshot-20211101.622's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add PyYAML to rbe-toolchain (iree-org#7500)

Needed for iree-org#7499

snapshot-20211031.621

Toggle snapshot-20211031.621's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add PyYAML to rbe-toolchain (iree-org#7500)

Needed for iree-org#7499

snapshot-20211031.620

Toggle snapshot-20211031.620's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add PyYAML to rbe-toolchain (iree-org#7500)

Needed for iree-org#7499

snapshot-20211030.619

Toggle snapshot-20211030.619's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add PyYAML to rbe-toolchain (iree-org#7500)

Needed for iree-org#7499

snapshot-20211030.618

Toggle snapshot-20211030.618's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add PyYAML to rbe-toolchain (iree-org#7500)

Needed for iree-org#7499

snapshot-20211029.617

Toggle snapshot-20211029.617's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor deprecated matchAndRewrite usage (iree-org#7496)

Replaces the deprecated `OpConversionPattern::matchAndRewrite`, now
using `OpAdaptor` overloads. See https://reviews.llvm.org/D110293.
The deprecated `OpConversionPattern::matchAndRewrite` was removed with
https://reviews.llvm.org/D112763.