Skip to content

Tags: Wheest/iree

Tags

candidate-20220615.170

Toggle candidate-20220615.170's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Reactivate transform dialect tests disabled in iree-org#9489. (iree-o…

…rg#9512)

Fixes iree-org#9510.

candidate-20220614.169

Toggle candidate-20220614.169'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#9471 from google/benvanik-tracy-fibers-en…

…able

Adding support for TRACY_FIBERS.

candidate-20220613.168

Toggle candidate-20220613.168'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#9457 from google/benvanik-vulkan-uuid

Allowing deviceUUIDs to be used in Vulkan device paths.

candidate-20220612.167

Toggle candidate-20220612.167'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#9457 from google/benvanik-vulkan-uuid

Allowing deviceUUIDs to be used in Vulkan device paths.

candidate-20220611.166

Toggle candidate-20220611.166's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing default CUDA device selection. (iree-org#9454)

candidate-20220610.165

Toggle candidate-20220610.165's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding an optional workgroup count region to flow.dispatch.workgroups. (

iree-org#9428)

This completes the plumbing as the region is already supported after
outlining.

I hate the syntax, but until we settle on where distribution happens
and potentially split the op into distributed/non-distributed variants
(like the old flow.dispatch.region we had) this will suffice.

candidate-20220609.164

Toggle candidate-20220609.164's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing race on semaphore timepoint cancellation. (iree-org#9400)

Fixes iree-org#9392.

candidate-20220608.163

Toggle candidate-20220608.163's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Migrate to use upstream bufferization for all the backends. (iree-org…

…#9211)

This commit also removes IREE bufferization pass.

The tests are moved with preprocessing. They are all converted to destination passing style. Some duplicated tests are removed. Some checks are changed because of the upstream issue. Issues are filed.

```
iree-opt \
  --iree-codegen-convert-to-destination-passing-style \
  --canonicalize \
  -cse \
  --linalg-init-tensor-to-alloc-tensor \
  --split-input-file \
linalg_bufferize.mlir
```

candidate-20220607.162

Toggle candidate-20220607.162's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add benchmark models for RISC-V targets (iree-org#9339)

* Add benchmark models for RISC-V targets

The benchmark metrics currently aim for compilation statistics. To run
the full inteference, the cross-compile runtime and the RISC-V
envioronment need to be in CI to run the inferenenc properly.

Also, a more code-size-conscious set of codegen flags should be used
when we have the benchmark infrastructor updated to consume different
benchmark targets more effectively.

candidate-20220606.161

Toggle candidate-20220606.161's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add a pass to check if all ops are vectorized. (iree-org#9260)

The option is disabled by default because not all ops are vectorized in
IREE. This is an useful flag to initially check performance issues.