Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No 'Taskloop' or 'Taskloop simd' + clauses tests for OpenMP 4.5 #503

Open
36 tasks
nolanbaker31 opened this issue Mar 25, 2022 · 0 comments
Open
36 tasks
Assignees
Labels
4.5 test suggestion Recommends a new test

Comments

@nolanbaker31
Copy link
Contributor

nolanbaker31 commented Mar 25, 2022

We are missing tests for:

taskloop w/

  • shared(list)
  • private(list)
  • firstprivate(list)
  • lastprivate(list)
  • default(shared | none)
  • grainsize(grain-size)
  • num_tasks(num-tasks)
  • collapse(n)
  • final(scalar-expr)
  • priority(priority-value)
  • untied
  • mergeable
  • nogroup

and
taskloop simd w/

  • no clauses
  • if([ taskloop :]scalar-expr)
  • shared(list)
  • private(list)
  • firstprivate(list)
  • lastprivate(list)
  • default(shared | none)
  • grainsize(grain-size)
  • num_tasks(num-tasks)
  • collapse(n)
  • final(scalar-expr)
  • priority(priority-value)
  • untied
  • mergeable
  • nogroup
  • safelen(length)
  • simdlen(length)
  • linear(list[ : linear-step])
  • aligned(list[ : alignment])
  • private(list)
  • lastprivate(list)
  • reduction(reduction-identifier : list)
  • collapse(n)

These are OpenMP 4.5 tests, so I think they should have relatively high priority considering the quantity & release date of the directives.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.5 test suggestion Recommends a new test
Projects
None yet
Development

No branches or pull requests

2 participants