Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Headers/
D__clang_cuda_intrinsics.h26 int __width = warpSize) { \
28 ((warpSize - __width) << 8) | (__Mask)); \
31 int __width = warpSize) { \
33 ((warpSize - __width) << 8) | (__Mask)); \
36 int __width = warpSize) { \
41 int __width = warpSize) { \
56 int __width = warpSize) { \
68 unsigned long __val, __Type __offset, int __width = warpSize) { \
73 unsigned long long __val, __Type __offset, int __width = warpSize) { \
78 int __width = warpSize) { \
[all …]
D__clang_cuda_builtin_vars.h114 __attribute__((device)) const int warpSize = 32; variable