Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h255 unsigned MaxOpenCLWorkGroupSize; variable
802 unsigned getMaxOpenCLWorkGroupSize() const { return MaxOpenCLWorkGroupSize; } in getMaxOpenCLWorkGroupSize()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DTargetInfo.cpp179 MaxOpenCLWorkGroupSize = 1024; in TargetInfo()