commit | f1545bb6b5c73ff06fcc59cf3bf40c4002ef1d26 | [log] [tgz] |
---|---|---|
author | bjacob <benoitjacob@google.com> | Fri May 26 13:11:40 2023 -0400 |
committer | GitHub <noreply@github.com> | Fri May 26 13:11:40 2023 -0400 |
tree | 0ca28fd62eb474e9323732cbe901b0f14db493ea | |
parent | 61551c002eba29b2f8abf23f73850378a0b0ead1 [diff] |
move CUDA check tests out of e2e/matmul (#13805) This is the only check-test in this directory, everything else is generated-trace-runner tests. Also the only checked-in .mlir file, everything else is generated. So it's a bit out of place and fits better in some other subdir below e2e/. My selfish motivation here is that for #13804 I am going to need to run this command: `bazel test //tests/e2e/matmul:*` . And it's really hard to get it to work as there is this CUDA test here. Does CUDA work in local Bazel builds for anyone outside of CI? Note- there are CUDA tests in the e2e matmul tests, but those are really CMake-only - the Bazel implementation in `iree_trace_runner_test.bzl` is currently skipping CUDA, which is why they are not problematic for me.
IREE (Intermediate Representation Execution Environment, pronounced as “eerie”) is an MLIR-based end-to-end compiler and runtime that lowers Machine Learning (ML) models to a unified IR that scales up to meet the needs of the datacenter and down to satisfy the constraints and special considerations of mobile and edge deployments.
See our website for project details, user guides, and instructions on building from source.
IREE is still in its early phase. We have settled down on the overarching infrastructure and are actively improving various software components as well as project logistics. It is still quite far from ready for everyday use and is made available without any support at the moment. With that said, we welcome any kind of feedback on any communication channels!
See our website for more information.
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.