Philip Salzmann

Results 15 issues of Philip Salzmann

Depending on the ACPP target(s), the [syclcc-launcher](https://github.com/AdaptiveCpp/AdaptiveCpp/blob/08ec1a0cad71af6e11d3ed7601bae6760f481579/cmake/syclcc-launcher) may replace whatever the `CMAKE_CXX_COMPILER` happens to be with `clang++`. This works fine in most scenarios, even though AFAIK there is no actual...

enhancement

**Bug summary** When compiling for a CUDA target not supported by the available hardware, kernels are simply not executed, without any notification. **To Reproduce** When I compile this program for...

bug

To increase resilience against hard-crashing benchmarks, this change causes the framework to no longer directly execute the individual benchmarks. Instead, for each call to BenchmarkApp::run(), a subprocess is spawned, which,...

Right now it is not clear which benchmarks are new, and which are ports of existing benchmarks. We should add notes in each benchmark source file, referring to the original...

**Describe the bug** In its default "direct mode", `ccache` examines the preprocessor output to determine all dependencies for a given translation unit. In doing so, `ccache` gets tripped up by...

bug