Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codeplaysoftware/SYCL-samples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: codeplaysoftware/SYCL-samples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix-build
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Mar 7, 2025

  1. Fix build errors and improve CI config

    * Fix -Wmissing-template-arg-list-after-template-kw compilation errors in nbody and fluid demos.
    * Fix sycl-ls regex in ConfigureSYCL.cmake following the removal of "ext_oneapi" from backend names.
    * Update ConfigureSYCL.cmake default CUDA and HIP arch to the oldest supported by oneAPI 2025.0.
    * Improve OpenMP CMake test in matrix_multiply_omp_compare sample. Previously it assumed all clang++ drivers support -fopenmp. This is only true in the oneAPI base toolkit version, but the open-source DPC++ nightly releases are built without libomp.so and linking with -fopenmp fails. Use try_compile to figure out if -fopenmp works.
    * Add a warning suppresion file to suppress CI build failures in external code from submodules.
    * Update the CI container with newer versions of CUDA and ROCm, and use a recent DPC++ open-source nightly instead of a oneAPI Toolkit release.
    * Restore CI workflow's permission to push containers to registry.
    * Use fork owner's container registry in pull request CI.
    rafbiels committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    4b43429 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48b46ea View commit details
    Browse the repository at this point in the history
Loading