Home
last modified time | relevance | path

Searched defs:WarpSize (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/test/parallel/
Dthread_limit.c6 const int WarpSize = 32; variable
Dnum_threads.c6 const int WarpSize = 32; variable
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeAMDGCN.cpp38 unsigned WarpSize = CGF.getTarget().getGridValue(llvm::omp::GV_Warp_Size); in getGPUWarpSize() local
DCGOpenMPRuntimeGPU.cpp342 unsigned WarpSize = CGF.getTarget().getGridValue(llvm::omp::GV_Warp_Size); in buildRecordForGlobalizedVars() local
1642 unsigned WarpSize = CGM.getTarget().getGridValue(llvm::omp::GV_Warp_Size); in emitTeamsOutlinedFunction() local
2486 llvm::Value *WarpSize = in createRuntimeShuffleFunction() local
2853 unsigned WarpSize = CGF.getTarget().getGridValue(llvm::omp::GV_Warp_Size); in emitInterWarpCopyFunction() local
/external/llvm-project/openmp/libomptarget/plugins/cuda/src/
Drtl.cpp125 int WarpSize = 0; member
486 int WarpSize; in initDevice() local
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/src/
Drtl.cpp321 std::vector<int> WarpSize; member in RTLDeviceInfoTy