Home
last modified time | relevance | path

Searched defs:tryParallel (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparsification.cpp835 genCoIteration(CodegenEnv & env,OpBuilder & builder,ArrayRef<TensorLevel> tidLvls,bool tryParallel,bool needsUniv) genCoIteration() argument
849 bool tryParallel = shouldTryParallize(env, curr, tidLvls); genLoop() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DLoopEmitter.cpp620 enterCoIterationOverTensorsAtLvls(OpBuilder & builder,Location loc,ArrayRef<TensorLevel> tidLvls,MutableArrayRef<Value> reduc,bool tryParallel,bool needsUniv) enterCoIterationOverTensorsAtLvls() argument