https://bugs.llvm.org/show_bug.cgi?id=50284
Bug ID: 50284
Summary: Assert hit when using using detached tasks with a 1
thread team
Product: OpenMP
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Runtime Library
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
I've taken the
https://github.com/llvm/llvm-project/blob/main/openmp/runtime/test/tasking/kmp_detach_tasks_t3.c
test and added num_threads(1) in the parallel and using single instead of
master.
The assert is:
KMP_DEBUG_ASSERT(master_th->th.th_task_team ==
team->t.t_task_team[master_th->th.th_task_state]);
in
https://github.com/llvm/llvm-project/blob/main/openmp/runtime/src/kmp_runtime.cpp#L2290
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs