LLNL / RAJA

RAJA Performance Portability Layer (C++)
BSD 3-Clause "New" or "Revised" License
450 stars 102 forks source link

OpenMP Target CI Checks #1671

Open long58 opened 3 weeks ago

long58 commented 3 weeks ago

There are various issues with clang and xl and OpenMP Targert such that I was unable to find a combination that would work when I tried it. clang.16.0.6.ibm.gcc.8.3.1 seemed to be the only compiler that I could use to even compile with OMPTarget, but it still had issues compiling several tests (leading me to have to disable them), and led to seg faults and random failures with other tests. So I'm not really sure the appropriate compiler or settings to use here.

Migrated from #1611