Aaron Jarmusch
Aaron Jarmusch
Thank you for bringing this issue to my attention. Based on your description, it seems that the current code may lead to incorrect behavior if the exit data starts executing...
Thank you! Were you able to bring this up with he Committee? We want to make sure our implementation is correct. If you get the chance please take a look...
@wangxin0321 Thanks for taking the time to add the OpenACC V&V to Externals The header files are located in `Tests/`, so maybe that folder should be included instead of the...
@wangxin0321 the changes look good anyone have thoughts? otherwise, LGTM to merge
@erichkeane the flags are defined in the cmake command during the test suite build. The README gives an example using `-fopenacc`
good point, I looked at the sollve_vv and the `OPENMP_C_FLAG` flag is set in the OpenMP package. The sollve_vv uses `find_package(OpenMP)` which is in the root [CMakeList.txt](https://github.com/llvm/llvm-test-suite/blob/main/CMakeLists.txt). So as long...
@wangxin0321 Hi, It's been a while since we heard from you. Any progress so far?
Hi @wangxin0321, to move this along I am going to help. Since I am unable to make edits to your fork repository. I will create a separate PR and mention...
@erichkeane I added builtin support for -fexperimental-openacc-macro-override, I also added support for a failed list if we wanted to use it. Similar to how the SOLLVE project does it
Thanks @erichkeane, Anyone have any comments for this PR?