Searched +full:batched +full:- +full:4 +full:d (Results 1 – 8 of 8) sorted by relevance
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/ops/ |
H A D | core_named_ops.py | 394 """Performs a matrix multiplication of two 2D inputs. 398 includes zero-point adjustments for the left and right operands of the 401 domain(D.m, D.n, D.k) 402 C[D.m, D.n] += (TypeFn.cast_signed(U, A[D.m, D.k]) - TypeF [all...] |
/llvm-project/llvm/utils/ |
H A D | update_mca_test_checks.py | 5 This script is a utility to update LLVM 'llvm-mca' based test cases with new 57 parser.add_argument("-w", action="store_true", help="suppress warnings") 59 "-Werror", action="store_true", help="promote warnings to errors" 62 "--llvm-mca-binary", 64 default="llvm-mca", 65 help="the binary to use to generate the test case " "(default: llvm-mca)", 67 parser.add_argument("tests", metavar="<test-path>", nargs="+") 85 _warn("skipping non-{} RUN line: {}".format(tool_basename, run_line)) 89 _warn("skipping non-FileCheck RUN line: {}".format(run_line)) 104 down by prefix per-line rather than per-block. [all …]
|
/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/ |
H A D | LinalgNamedStructuredOps.yaml | 3 --- !LinalgOpConfig 7 doc: |- 13 - hasCanonicalizer 16 - !LinalgOperandDefConfig 20 shape_map: affine_map<() -> ()> 21 - !LinalgOperandDefConfig 25 shape_map: affine_map<() -> ()> 26 - !LinalgOperandDefConfi [all...] |
/llvm-project/mlir/include/mlir/Dialect/Linalg/Transforms/ |
H A D | Transforms.h | 1 //===- Transforms.h - Linalg transformations as patterns --------* [all...] |
/llvm-project/mlir/include/mlir/Dialect/SparseTensor/IR/ |
H A D | SparseTensorAttrDefs.td | 1 //===-- SparseTensorAttrDefs.td - attributes definitions ---*- tablegen -*-===// 5 // SPDX-Licens [all...] |
/llvm-project/mlir/include/mlir/Dialect/Tosa/IR/ |
H A D | TosaOps.td | 1 //===-- TosaOps.td - TOSA dialect operation definitions ----*- tablegen -*- [all...] |
/llvm-project/mlir/include/mlir/Dialect/Linalg/TransformOps/ |
H A D | LinalgTransformOps.td | 1 //===- LinalgTransformOps.td - Linalg transform ops --------* [all...] |
/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 1 //===- LoopAccessAnalysis.cpp - Loop Access Analysis Implementation -------- 2708 __anon26c80b460d02(const MemoryDepChecker::Dependence &D) emitUnsafeDependenceRemark() argument [all...] |