Home
last modified time | relevance | path

Searched refs:Matmul (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DMatmul.cpp20 TEST(Matmul, Basic) { in TEST() argument
33 RTNAME(Matmul)(result, *x, *y, __FILE__, __LINE__); in TEST()
56 RTNAME(Matmul)(result, *v, *x, __FILE__, __LINE__); in TEST()
66 RTNAME(Matmul)(result, *y, *v, __FILE__, __LINE__); in TEST()
83 RTNAME(Matmul)(result, *xLog, *yLog, __FILE__, __LINE__); in TEST()
H A DCMakeLists.txt10 Matmul.cpp
/llvm-project-15.0.7/flang/runtime/
H A Dmatmul.cpp303 template <bool IS_ALLOCATING> struct Matmul { struct
341 void RTNAME(Matmul)(Descriptor &result, const Descriptor &x, in RTNAME() argument
343 Matmul<true>{}(result, x, y, sourceFile, line); in RTNAME()
347 Matmul<false>{}(result, x, y, sourceFile, line); in RTNAME()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dmatmul.h20 void RTNAME(Matmul)(Descriptor &, const Descriptor &, const Descriptor &,
/llvm-project-15.0.7/openmp/libomptarget/test/offloading/
H A Dbug49334.cpp106 void Matmul(const std::vector<float> &a, const std::vector<float> &b, in Matmul() function
140 Matmul(a, b, c); in main()
/llvm-project-15.0.7/mlir/test/Integration/Dialect/Linalg/CPU/
H A Dmatmul-vs-matvec.mlir59 cf.assert %c, "Matmul does not produce same output as matvec"
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Vector/Transforms/
H A DVectorRewritePatterns.h49 Matmul = 1, enumerator
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DTransformational.cpp93 auto func = fir::runtime::getRuntimeFunc<mkRTKey(Matmul)>(loc, builder); in genMatmul()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp186 contractLowering = VectorContractLowering::Matmul; in runOnOperation()
/llvm-project-15.0.7/mlir/test/Transforms/
H A Dloop-fusion-3.mlir133 // Matmul.
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp1359 vector::VectorContractLowering::Matmul) in matchAndRewrite()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt2537 flang/unittests/Runtime/Matmul.cpp