Home
last modified time | relevance | path

Searched defs:Matmul (Results 1 – 22 of 22) sorted by relevance

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/runtime/
H A Dmatmul.cpp173 template <bool IS_ALLOCATING> struct Matmul { struct
174 using ResultDescriptor =
176 template <TypeCategory XCAT, int XKIND> struct MM1 {
199 void operator()(ResultDescriptor &result, const Descriptor &x, in operator ()()
211 void RTNAME(Matmul)(Descriptor &result, const Descriptor &x, in RTNAME() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/runtime/
H A Dmatmul.cpp173 template <bool IS_ALLOCATING> struct Matmul { struct
174 using ResultDescriptor =
176 template <TypeCategory XCAT, int XKIND> struct MM1 {
199 void operator()(ResultDescriptor &result, const Descriptor &x, in operator ()()
211 void RTNAME(Matmul)(Descriptor &result, const Descriptor &x, in RTNAME() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/runtime/
H A Dmatmul.cpp173 template <bool IS_ALLOCATING> struct Matmul { struct
174 using ResultDescriptor =
176 template <TypeCategory XCAT, int XKIND> struct MM1 {
199 void operator()(ResultDescriptor &result, const Descriptor &x, in operator ()()
211 void RTNAME(Matmul)(Descriptor &result, const Descriptor &x, in RTNAME() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/runtime/
H A Dmatmul.cpp173 template <bool IS_ALLOCATING> struct Matmul { struct
174 using ResultDescriptor =
176 template <TypeCategory XCAT, int XKIND> struct MM1 {
199 void operator()(ResultDescriptor &result, const Descriptor &x, in operator ()()
211 void RTNAME(Matmul)(Descriptor &result, const Descriptor &x, in RTNAME() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/unittests/RuntimeGTest/
H A DMatmul.cpp20 TEST(Matmul, Basic) { in TEST() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/unittests/Runtime/
H A DMatmul.cpp20 TEST(Matmul, Basic) { in TEST() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/unittests/RuntimeGTest/
H A DMatmul.cpp20 TEST(Matmul, Basic) { in TEST() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/unittests/RuntimeGTest/
H A DMatmul.cpp20 TEST(Matmul, Basic) { in TEST() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/Dialect/Vector/
H A DVectorOps.h53 Matmul = 1, enumerator
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/Dialect/Vector/
H A DVectorOps.h54 Matmul = 1, enumerator
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/Dialect/Vector/
H A DVectorOps.h54 Matmul = 1, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/Dialect/Vector/
H A DVectorOps.h54 Matmul = 1, enumerator
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/Vector/
H A DVectorOps.h111 Matmul = 1, enumerator
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/Vector/
H A DVectorOps.h111 Matmul = 1, enumerator
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/once_cell-1.4.0/src/
H A Dimp_std.rs111 /// Get the reference to the underlying value, without checking if the cell
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/Dialect/Vector/
H A DVectorOps.h144 Matmul = 1, enumerator
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/libomptarget/test/offloading/
H A Dbug49334.cpp104 void Matmul(const std::vector<float> &a, const std::vector<float> &b, in Matmul() function
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/libomptarget/test/offloading/
H A Dbug49334.cpp103 void Matmul(const std::vector<float> &a, const std::vector<float> &b, in Matmul() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/libomptarget/test/offloading/
H A Dbug49334.cpp103 void Matmul(const std::vector<float> &a, const std::vector<float> &b, in Matmul() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/libomptarget/test/offloading/
H A Dbug49334.cpp102 void Matmul(const std::vector<float> &a, const std::vector<float> &b, in Matmul() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/libomptarget/test/offloading/
H A Dbug49334.cpp102 void Matmul(const std::vector<float> &a, const std::vector<float> &b, in Matmul() function
/dports/science/py-scipy/scipy-1.7.1/benchmarks/benchmarks/
H A Dsparse.py139 class Matmul(Benchmark): class