OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WarpSize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeAMDGCN.cpp
38
unsigned
WarpSize
= CGF.getTarget().getGridValue(llvm::omp::GV_Warp_Size);
39
return Bld.getInt32(
WarpSize
);
CGOpenMPRuntimeGPU.cpp
342
unsigned
WarpSize
= CGF.getTarget().getGridValue(llvm::omp::GV_Warp_Size);
349
MappedDeclsFields,
WarpSize
);
558
/// the launch parameters, always starting thread_limit+
warpSize
threads per
1645
unsigned
WarpSize
= CGM.getTarget().getGridValue(llvm::omp::GV_Warp_Size);
1654
MappedDeclsFields,
WarpSize
);
2313
llvm::Value *
WarpSize
=
2318
{ElemCast, Offset,
WarpSize
});
2680
unsigned
WarpSize
= CGF.getTarget().getGridValue(llvm::omp::GV_Warp_Size);
2682
auto *Ty = llvm::ArrayType::get(CGM.Int32Ty,
WarpSize
);
2695
// nvptx_lane_id = nvptx_id %
warpsize
[
all
...]
Completed in 80 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026