Skip to content

Tags: COthello/iree

Tags

candidate-20220504.127

Toggle candidate-20220504.127's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Run clang-format on compiler/. (iree-org#9039)

candidate-20220503.126

Toggle candidate-20220503.126's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for converting LinalgExt ops to destination passing style. (

iree-org#9027)

This is a step toward iree-org#9004

candidate-20220502.125

Toggle candidate-20220502.125's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add CPU microarchitecture to DeviceInfo (iree-org#9021)

candidate-20220501.124

Toggle candidate-20220501.124's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add CPU microarchitecture to DeviceInfo (iree-org#9021)

candidate-20220430.123

Toggle candidate-20220430.123's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add CPU microarchitecture to DeviceInfo (iree-org#9021)

candidate-20220429.122

Toggle candidate-20220429.122's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request iree-org#9006 from matthias-springer/bufferize_lin…

…alg_ext

Support bufferization of linalg_ext.fft and reverse

candidate-20220428.121

Toggle candidate-20220428.121's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Deprecate SingleTilingExpert pipelin. (iree-org#9003)

This pipeline is not used, and won't be used. We intend to vectorizes as
many ops as possible. In this context, we will apply second level of
tiling to avoid big vectors. The distribution level of tiling only tiles
three loops. This means that some dims are not tiled, which might result
in big tensors.

candidate-20220427.120

Toggle candidate-20220427.120's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable checking stack allocation before converting to LLVM dialect. (i…

…ree-org#8976)

The flag is not removed because sometimes we might want to bypass the check.

candidate-20220426.119

Toggle candidate-20220426.119's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add FoldAffineMinInDistributedLoopsPass to CPU pipeline. (iree-org#8979)

candidate-20220425.118

Toggle candidate-20220425.118's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cleanup doc reference of iree/samples/ --> samples/ (iree-org#8975)

Reflect iree-org#8958