Reduces the shared memory size used for globalization to 512 bytes from
2048 to reduce the pressure on shared memory. This patch ado adds a
debug mesage to indicate when the shared memory was insufficient.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
typo in the commit message.
openmp/libomptarget/DeviceRTL/src/State.cpp | ||
---|---|---|
140 | Be more explicit here, or, probably better, use a "runtime remark" [OMPR1000] Shared memory stack full, fallback to dynamic allocation of global memory (=slow) |
Be more explicit here, or, probably better, use a "runtime remark" [OMPR1000] Shared memory stack full, fallback to dynamic allocation of global memory (=slow)