Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Transform/
H A DMatmulOptimizer.cpp59 static cl::opt<int> ThroughputVectorFma( variable
556 int Nr = ceil(sqrt((double)(Nvec * LatencyVectorFma * ThroughputVectorFma)) / in getMicroKernelParams()
559 int Mr = ceil((double)(Nvec * LatencyVectorFma * ThroughputVectorFma / Nr)); in getMicroKernelParams()