Home
last modified time | relevance | path

Searched defs:numGangs (Results 1 – 7 of 7) sorted by relevance

/llvm-project/flang/test/Lower/OpenACC/
H A Dacc-kernels.f9011 integer :: numGangs = 1 local
H A Dacc-serial.f9031 integer :: numGangs = 1 local
H A Dacc-parallel.f9031 integer :: numGangs = 1 local
H A Dacc-kernels-loop.f9011 integer :: numGangs = 1 local
H A Dacc-serial-loop.f9032 integer :: numGangs = 1 local
H A Dacc-parallel-loop.f9013 integer :: numGangs = 1 local
/llvm-project/flang/lib/Lower/
H A DOpenACC.cpp2159 dataClauseOperands, numGangs, numWorkers, vectorLength, async; createComputeOp() local