[all-commits] [llvm/llvm-project] d571af: [OpenMP][FIX] Ensure thread states do not crash on...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Sat Oct 21 14:44:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d571af7f627491841fab7c456f774d7b8f546159
https://github.com/llvm/llvm-project/commit/d571af7f627491841fab7c456f774d7b8f546159
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-10-21 (Sat, 21 Oct 2023)
Changed paths:
M openmp/libomptarget/DeviceRTL/include/LibC.h
M openmp/libomptarget/DeviceRTL/src/LibC.cpp
M openmp/libomptarget/DeviceRTL/src/State.cpp
A openmp/libomptarget/test/offloading/thread_state_1.c
Log Message:
-----------
[OpenMP][FIX] Ensure thread states do not crash on the GPU
The nested parallelism causes thread states which still do not properly
work but at least don't crash anymore.
More information about the All-commits
mailing list