Reduce task duration
This commit is contained in:
parent
cc1f5d769f
commit
7e8ec9ebc7
@ -4,7 +4,7 @@ int main(void)
|
||||
{
|
||||
#pragma oss task
|
||||
{
|
||||
for(volatile long j = 0; j < 1000000L; j++)
|
||||
for(volatile long j = 0; j < 100000L; j++)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user