OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parallelize_gemm
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/Core/products/
Parallelizer.h
86
void
parallelize_gemm
(const Functor& func, Index rows, Index cols, bool transpose)
function in namespace:Eigen::internal
GeneralMatrixMatrix.h
421
internal::
parallelize_gemm
<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)>(GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), this->rows(), this->cols(), Dest::Flags&RowMajorBit);
Completed in 310 milliseconds