[Openmp-commits] [openmp] r293472 - Correct wrong comment in bug_nested_proxy_task.c
Jonas Hahnfeld via Openmp-commits
openmp-commits at lists.llvm.org
Mon Jan 30 01:51:02 PST 2017
Author: hahnfeld
Date: Mon Jan 30 03:51:02 2017
New Revision: 293472
URL: http://llvm.org/viewvc/llvm-project?rev=293472&view=rev
Log:
Correct wrong comment in bug_nested_proxy_task.c
The nested proxy task does not have dependencies.
Modified:
openmp/trunk/runtime/test/tasking/bug_nested_proxy_task.c
Modified: openmp/trunk/runtime/test/tasking/bug_nested_proxy_task.c
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/test/tasking/bug_nested_proxy_task.c?rev=293472&r1=293471&r2=293472&view=diff
==============================================================================
--- openmp/trunk/runtime/test/tasking/bug_nested_proxy_task.c (original)
+++ openmp/trunk/runtime/test/tasking/bug_nested_proxy_task.c Mon Jan 30 03:51:02 2017
@@ -116,7 +116,7 @@ int main()
{
/*
* Corresponds to:
- #pragma omp target nowait depend(out: dep)
+ #pragma omp target nowait
{
my_sleep( 0.1 );
}
More information about the Openmp-commits
mailing list