Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h136 std::vector<uint32_t> mWorkGroupSizeHint = std::vector<uint32_t>(); member
153 return !mReqdWorkGroupSize.empty() || !mWorkGroupSizeHint.empty() || in notEmpty()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp98 MD.mWorkGroupSizeHint, std::vector<uint32_t>()); in mapping()