Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify tests/e2e/linalg_ext_ops. #17856

Merged
merged 2 commits into from
Jul 10, 2024

Conversation

ScottTodd
Copy link
Collaborator

@ScottTodd ScottTodd commented Jul 10, 2024

Forked from #17766

  • Share test srcs lists between:
    • Vulkan and Metal (both using SPIR-V codegen)
    • CUDA and ROCm (both using LLVMGPU codegen)
  • Enable winograd_input.mlir and winograd_output.mlir tests on more backends
  • Add Metal and ROCm/HIP tests
  • Skip wasm tests using a label instead of CMake branching

@ScottTodd ScottTodd added the infrastructure Relating to build systems, CI, or testing label Jul 10, 2024
@ScottTodd ScottTodd marked this pull request as ready for review July 10, 2024 23:00
@ScottTodd ScottTodd merged commit e794ce8 into iree-org:main Jul 10, 2024
53 checks passed
@ScottTodd ScottTodd deleted the infra-e2e-test-configs-5 branch July 10, 2024 23:00
include = ["*.mlir"],
exclude = [
"attention.mlir",
"reverse.mlir", #TODO(#12415): disabled due to miscompilation on Pixel 6.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, need to add this reverse.mlir exclusion on Vulkan back (or switch the tests from Pixel 6 to Pixel 8)

Failed here: https://github.com/iree-org/iree/actions/runs/9882624648/job/27296689347#step:6:629

saienduri pushed a commit to saienduri/iree that referenced this pull request Jul 12, 2024
Forked from iree-org#17766

* Share test srcs lists between:
  * Vulkan and Metal (both using SPIR-V codegen)
  * CUDA and ROCm (both using LLVMGPU codegen)
* Enable `winograd_input.mlir` and `winograd_output.mlir` tests on more
backends
* Add Metal and ROCm/HIP tests
* Skip wasm tests using a label instead of CMake branching
saienduri pushed a commit to saienduri/iree that referenced this pull request Jul 12, 2024
Forked from iree-org#17766

* Share test srcs lists between:
  * Vulkan and Metal (both using SPIR-V codegen)
  * CUDA and ROCm (both using LLVMGPU codegen)
* Enable `winograd_input.mlir` and `winograd_output.mlir` tests on more
backends
* Add Metal and ROCm/HIP tests
* Skip wasm tests using a label instead of CMake branching

Signed-off-by: saienduri <saimanas.enduri@amd.com>
saienduri pushed a commit to saienduri/iree that referenced this pull request Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Relating to build systems, CI, or testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants