forked from OSchip/llvm-project
Correct wrong comment in bug_nested_proxy_task.c
The nested proxy task does not have dependencies. llvm-svn: 293472
This commit is contained in:
parent
b9d6c10c2d
commit
479088eefa
|
@ -116,7 +116,7 @@ int main()
|
|||
{
|
||||
/*
|
||||
* Corresponds to:
|
||||
#pragma omp target nowait depend(out: dep)
|
||||
#pragma omp target nowait
|
||||
{
|
||||
my_sleep( 0.1 );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue