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.h271 unsigned MaxOpenCLWorkGroupSize; variable
824 unsigned getMaxOpenCLWorkGroupSize() const { return MaxOpenCLWorkGroupSize; } in getMaxOpenCLWorkGroupSize()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp181 MaxOpenCLWorkGroupSize = 1024; in TargetInfo()