| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[Bazel] Add lit tests to bazel builds. Add BUILD.bazel files for most of the MLIR tests and lit tests itself. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D133455 | 3 年前 | |
[Bazel] Add lit tests to bazel builds. Add BUILD.bazel files for most of the MLIR tests and lit tests itself. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D133455 | 3 年前 | |
[mlir][Bazel] Add test data to adapt for 79225349748bb556fd027cc0bfeb73b1e9a632f4 | 2 年前 | |
[Bazel] Add lit tests to bazel builds. Add BUILD.bazel files for most of the MLIR tests and lit tests itself. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D133455 | 3 年前 | |
[Bazel] Add lit tests to bazel builds. Add BUILD.bazel files for most of the MLIR tests and lit tests itself. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D133455 | 3 年前 | |
[Bazel] Add lit tests to bazel builds. Add BUILD.bazel files for most of the MLIR tests and lit tests itself. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D133455 | 3 年前 | |
[Bazel] Add lit tests to bazel builds. Add BUILD.bazel files for most of the MLIR tests and lit tests itself. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D133455 | 3 年前 | |
[Bazel] Add lit tests to bazel builds. Add BUILD.bazel files for most of the MLIR tests and lit tests itself. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D133455 | 3 年前 | |
[Bazel] Add lit tests to bazel builds. Add BUILD.bazel files for most of the MLIR tests and lit tests itself. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D133455 | 3 年前 | |
[Bazel] Add lit tests to bazel builds. Add BUILD.bazel files for most of the MLIR tests and lit tests itself. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D133455 | 3 年前 | |
[Bazel] Add lit tests to bazel builds. Add BUILD.bazel files for most of the MLIR tests and lit tests itself. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D133455 | 3 年前 | |
[bazel] Make transitive OpBase.td inclusions visible to pdll tests | 2 年前 | |
[mlir][bazel] fixes for 3c9a9c7365 | 2 年前 | |
Add a Bazel build file for mlir/python. This BUILD file: * generates machine-generated Python files using tblgen, and * exports both generated and handwritten Python files via filegroup() rules. This allows downstream users to use Bazel to build Python wheels that incorporate the MLIR Python bindings. Reviewed By: GMNGeoffrey Differential Revision: https://reviews.llvm.org/D112844 | 4 年前 | |
[mlir][spirv] Implement vector type legalization for function signatures (#98337) ### Description This PR implements a minimal version of function signature conversion to unroll vectors into 1D and with a size supported by SPIR-V (2, 3 or 4 depending on the original dimension). This PR also includes new unit tests that only check for function signature conversion. ### Future Plans - Check for capabilities that support vectors of size 8 or 16. - Set up OneToNTypeConversion and DialectConversion to replace the current implementation that uses GreedyPatternRewriteDriver. - Introduce other vector unrolling patterns to cancel out the vector.insert_strided_slice and vector.extract_strided_slice ops and fully legalize the vector types in the function body. - Handle func::CallOp and declarations. - Restructure the code in SPIRVConversion.cpp. - Create test passes for testing sets of patterns in isolation. - Optimize the way original shape is splitted into target shapes, e.g. vector<5xi32> can be splitted into vector<4xi32> and vector<1xi32>. --------- Co-authored-by: Jakub Kuderski <kubakuderski@gmail.com> | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 年前 | ||
| 3 年前 | ||
| 2 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 4 年前 | ||
| 1 年前 |