Searched refs:Matmul (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | Matmul.cpp | 20 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 D | CMakeLists.txt | 10 Matmul.cpp
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | matmul.cpp | 303 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 D | matmul.h | 20 void RTNAME(Matmul)(Descriptor &, const Descriptor &, const Descriptor &,
|
| /llvm-project-15.0.7/openmp/libomptarget/test/offloading/ |
| H A D | bug49334.cpp | 106 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 D | matmul-vs-matvec.mlir | 59 cf.assert %c, "Matmul does not produce same output as matvec"
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Vector/Transforms/ |
| H A D | VectorRewritePatterns.h | 49 Matmul = 1, enumerator
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/ |
| H A D | Transformational.cpp | 93 auto func = fir::runtime::getRuntimeFunc<mkRTKey(Matmul)>(loc, builder); in genMatmul()
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Vector/ |
| H A D | TestVectorTransforms.cpp | 186 contractLowering = VectorContractLowering::Matmul; in runOnOperation()
|
| /llvm-project-15.0.7/mlir/test/Transforms/ |
| H A D | loop-fusion-3.mlir | 133 // Matmul.
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/ |
| H A D | VectorTransforms.cpp | 1359 vector::VectorContractLowering::Matmul) in matchAndRewrite()
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 2537 flang/unittests/Runtime/Matmul.cpp
|