Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp257 ParallelComputeFunctionType computeFuncType = in createParallelComputeFunction() local
260 FunctionType type = computeFuncType.type; in createParallelComputeFunction()
425 mapping.map(computeFuncType.captures, captures); in createParallelComputeFunction()
436 return {op.getNumLoops(), func, std::move(computeFuncType.captures)}; in createParallelComputeFunction()