Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DState.cpp92 return utils::align_down((state::SharedScratchpadSize / NumLanesInBlock), in computeThreadStorageTotal()
103 unsigned char Data[state::SharedScratchpadSize]
109 static_assert(state::SharedScratchpadSize / mapping::MaxThreadsPerTeam <= 256,
150 if (Ptr >= &Data[0] && Ptr < &Data[state::SharedScratchpadSize]) { in pop()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DState.h49 inline constexpr uint32_t SharedScratchpadSize = SHARED_SCRATCHPAD_SIZE; variable