Known Issues - mrnorman/YAKL GitHub Wiki
For YAKL current main branch testing status, please see the CDash:
https://my.cdash.org/index.php?project=YAKL
- The AMD AOCC 3.2 compiler has a bug in the
yakl::intrinsics::matinvroutine forFSArrayobjects when the optimization is higher than-O1. Please use AMD AOCC 4.0 or newer when using this routine, or use-O1optimizations or lower when using AOCC3.2 with this routine. - When using the
nvhpccompiler suite withYAKL_ARCH="CUDA", please set theYAKL_CUDA_FLAGSCMake variable to flags that are valid fornvc++(e.g.,-gpu=cc86) rather than flags that are valid fornvcc(e.g.,-arch sm_86). YAKL detects theCMAKE_CXX_COMPILERID, and if it isNVHPCorPGI, it compiles the CUDA code with that compiler rather thannvcc.