<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p><font face="Hack Nerd Font Mono">Hi Joseph,</font></p>
<p><font face="Hack Nerd Font Mono"><br>
</font></p>
<p><font face="Hack Nerd Font Mono">I'm not sure who is working on
this but we might be able to figure this out on our bi-weekly
call Wednesday.</font></p>
<p><font face="Hack Nerd Font Mono">Feel free to call but we should
figure this out either way.</font></p>
<p><font face="Hack Nerd Font Mono"><br>
</font></p>
<p><font face="Hack Nerd Font Mono">Apologies for the delay,</font></p>
<p><font face="Hack Nerd Font Mono"> Johannes</font></p>
<p><font face="Hack Nerd Font Mono"><br>
</font></p>
<p><font face="Hack Nerd Font Mono"></font><br>
</p>
<div class="moz-cite-prefix">On 4/3/20 7:18 AM, Joseph Schuchart via
Openmp-dev wrote:<br>
</div>
<blockquote type="cite"
cite="mid:399bc298-f23e-b543-03bf-c25f13906ade@hlrs.de">Dear all,
<br>
<br>
I am eager to play around with detached tasks in OpenMP. It seems
that support has gone into the runtime about a year ago [1] but
even with Clang 10 I get a warning that the detach clause is
ignored:
<br>
<br>
$ clang-10 -fopenmp test_detached.c
<br>
test_detached.c:25:47: warning: extra tokens at the end of
'#pragma omp task' are ignored [-Wextra-tokens]
<br>
#pragma omp task detach(event)
<br>
<br>
The status website lists detached tasks as work in progress [2].
Is there a way to try detached tasks in some experimental version
of Clang? Or am I just missing a flag to enable them in the Clang
release?
<br>
<br>
Thanks a lot,
<br>
Joseph
<br>
<br>
[1] <a class="moz-txt-link-freetext" href="https://reviews.llvm.org/D62485">https://reviews.llvm.org/D62485</a>
<br>
[2] <a class="moz-txt-link-freetext" href="https://clang.llvm.org/docs/OpenMPSupport.html">https://clang.llvm.org/docs/OpenMPSupport.html</a>
<br>
_______________________________________________
<br>
Openmp-dev mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:Openmp-dev@lists.llvm.org">Openmp-dev@lists.llvm.org</a>
<br>
<a class="moz-txt-link-freetext" href="https://lists.llvm.org/cgi-bin/mailman/listinfo/openmp-dev">https://lists.llvm.org/cgi-bin/mailman/listinfo/openmp-dev</a>
<br>
</blockquote>
</body>
</html>