-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
Labels
bugSomething isn't working or doesn't seem rightSomething isn't working or doesn't seem right
Description
Following #926 -- the substitute of GPU_PARALLEL() for !$acc kernels does not work. A fix is needed. I do notice that the current fypp macro creates this kind of code
!$acc parallel default(present)
<code>
!$acc end parallelI wonder if default(present) is the issue here. I think !$acc parallel alone might be OK, but have not tested it. Either way, it seems like having kernels be an option is somehow useful.
Metadata
Metadata
Assignees
Labels
bugSomething isn't working or doesn't seem rightSomething isn't working or doesn't seem right