Skip to content

Tags: cycheng/iree

Tags

snapshot-20211024.607

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove unneeded #include (iree-org#7446)

snapshot-20211024.606

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove unneeded #include (iree-org#7446)

snapshot-20211023.605

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove unneeded #include (iree-org#7446)

snapshot-20211023.604

Pin Python version to 3.8 in release validation step.

* Matches the pinned version elsewhere.
* Without this, was picking up 3.10, which we don't build yet.

snapshot-20211022.603

Add PyYAML to IREE python requirements.

Some generated testing code now needs it to build the project.

snapshot-20211022.602

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Disables installed tests (take 2). (iree-org#7433)

* Disables installed tests (take 2).

Revert "Revert "Reverts the "installed tests" feature." (iree-org#6798)"

This reverts commit 801c108.

snapshot-20211021.601

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert pulling in `powf` code into librt. (iree-org#7425)

There seems to be an issue into how the LLVM IR for this is produced
from MUSL and pulled into librt. Triaging this, but removing known bad
path in the mean time.

snapshot-20211021.600

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Avoid discarding parsed input buffers. (iree-org#7420)

IREE_HAL_MEMORY_ACCESS_ALL discards, which is not great if you actually care about the contents 🤦

snapshot-20211020.599

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding test for iree-run-trace. (iree-org#6693)

snapshot-20211020.598

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Using compiler enum instead of runtime enum. (iree-org#7410)

Drops a dep on compiler->runtime.