| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Reapply "[mlir] Link libraries that aren't included in libMLIR to libMLIR" (#123910) Use mlir_target_link_libraries() to link dependencies of libraries that are not included in libMLIR, to ensure that they link to the dylib when they are used in Flang. Otherwise, they implicitly pull in all their static dependencies, effectively causing Flang binaries to simultaneously link to the dylib and to static libraries, which is never a good idea. I have only covered the libraries that are used by Flang. If you wish, I can extend this approach to all non-libMLIR libraries in MLIR, making MLIR itself also link to the dylib consistently. [v3 with more -DBUILD_SHARED_LIBS=ON fixes] | 1 年前 | |
[mlir][spirv] Add support for SPV_ARM_graph extension - part 1 (#151934) This is the first patch to add support for the SPV_ARM_graph SPIR-V extension to MLIR’s SPIR-V dialect. The extension introduces a new Graph abstraction for expressing dataflow computations over full resources. The part 1 implementation includes: - A new GraphType, modeled similarly to FunctionType, for typed graph signatures. - New operations in the spirv.arm namespace: - spirv.arm.Graph - spirv.arm.GraphEntryPoint - spirv.arm.GraphConstant - spirv.arm.GraphOutput - Verifier and VCE updates to properly gate usage under SPV_ARM_graph. - Tests covering parsing and verification. Graphs currently support only SPV_ARM_tensors, but are designed to generalize to other resource types, such as images. Spec: KhronosGroup/SPIRV-Registry#346 RFC: https://discourse.llvm.org/t/rfc-add-support-for-spv-arm-graph-extension-in-mlir-spir-v-dialect/86947 --------- Signed-off-by: Davide Grohmann <davide.grohmann@arm.com> | 10 个月前 | |
[mlir][spirv] Add target width to SPIR-V ABI (#88555) There are execution modes need target width as their extra operands. SignedZeroInfNanPreserve is one of them. This patch adds target width as one of SPIR-V ABI attributes. | 2 年前 | |
[mlir][spirv] Fix OOB error in TestModuleCombiner Also fix a typo in the surrounding code. Fixes: https://github.com/llvm/llvm-project/issues/62318 Reviewed By: qedawkins Differential Revision: https://reviews.llvm.org/D149069 | 3 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 10 个月前 | ||
| 2 年前 | ||
| 3 年前 |