uwedolinsky
Results
2
issues of
uwedolinsky
This PR fixes an issue in the driver where the compiler option to define the Native CPU macros is incorrectly passed to device compiler invocations for other sycl targets.
Supports [clang's source-based code coverage](https://clang.llvm.org/docs/SourceBasedCodeCoverage.html) to enable code coverage testing of SYCL applications via the Native CPU SYCL target. Clang's `-fprofile-instr-generate -fcoverage-mapping` options can now be used with the `native_cpu`...