Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h280 unsigned MaxOpenCLWorkGroupSize; variable
851 unsigned getMaxOpenCLWorkGroupSize() const { return MaxOpenCLWorkGroupSize; } in getMaxOpenCLWorkGroupSize()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp182 MaxOpenCLWorkGroupSize = 1024; in TargetInfo()