Home
last modified time | relevance | path

Searched defs:numThreads (Results 1 – 13 of 13) sorted by relevance

/llvm-project/openmp/libompd/test/openmp_examples/
H A Dexample_1.c10 int numThreads = 2; in createPthreads() local
/llvm-project/openmp/runtime/test/atomic/
H A Domp-atomic-compare-signedness.c24 int numThreads; in main() local
/llvm-project/offload/test/offloading/
H A Datomic-compare-signedness.c22 int numThreads; in main() local
/llvm-project/mlir/include/mlir/Dialect/Linalg/TransformOps/
H A DGPUHeuristics.h26 SmallVector<int64_t> numThreads; member
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DTiling.cpp339 OpFoldResult numThreads, in canOmitTileOffsetInBoundsCheck() argument
369 ArrayRef<OpFoldResult> numThreads, SmallVector<Range> loopRanges, in calculateTileOffsetsAndSizes() argument
444 safeToTileToForall(mlir::MLIRContext * ctx,LinalgOp linalgOp,ArrayRef<OpFoldResult> numThreads) safeToTileToForall() argument
475 tileToForallOpImpl(RewriterBase & b,TilingInterface op,ArrayRef<OpFoldResult> numThreads,std::optional<ArrayRef<OpFoldResult>> nominalTileSizes,std::optional<ArrayAttr> mapping,bool omitTileOffsetBoundsCheck) tileToForallOpImpl() argument
590 tileToForallOp(RewriterBase & b,TilingInterface op,ArrayRef<OpFoldResult> numThreads,std::optional<ArrayAttr> mapping) tileToForallOp() argument
603 SmallVector<OpFoldResult> numThreads; tileToForallOpUsingTileSizes() local
780 tileReductionUsingForall(RewriterBase & b,PartialReductionOpInterface op,ArrayRef<OpFoldResult> numThreads,ArrayRef<OpFoldResult> tileSizes,std::optional<ArrayAttr> mapping) tileReductionUsingForall() argument
[all...]
/llvm-project/mlir/lib/Conversion/SCFToOpenMP/
H A DSCFToOpenMP.cpp358 unsigned numThreads; member
541 applyPatterns(ModuleOp module,unsigned numThreads) applyPatterns() argument
/llvm-project/mlir/lib/Dialect/Linalg/TransformOps/
H A DGPUHeuristics.cpp77 int64_t size, numThreads; in CopyMappingInfo() local
[all...]
H A DLinalgTransformOps.cpp2647 SmallVector<OpFoldResult> numThreads = applyToOne() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseGPUCodegen.cpp94 unsigned numThreads) { in genLaunchGPUFunc() argument
1240 unsigned numThreads; member
1326 unsigned numThreads) { in populateSparseGPUCodegenPatterns() argument
H A DSparseTensorPasses.cpp510 createSparseGPUCodegenPass(unsigned numThreads,bool enableRT) createSparseGPUCodegenPass() argument
/llvm-project/mlir/lib/Dialect/NVGPU/TransformOps/
H A DNVGPUTransformOps.cpp931 buildAndInitBarrierInSharedMemory(OpFoldResult numThreads) buildAndInitBarrierInSharedMemory() argument
1051 OpFoldResult numThreads = affine::makeComposedFoldedAffineApply( rewrite() local
/llvm-project/mlir/lib/Transforms/Utils/
H A DInliner.cpp529 size_t numThreads = ctx->getNumThreads(); in optimizeSCCAsync() local
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp1439 llvm::Value *numThreads = nullptr; convertOmpParallel() local
[all...]