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-For-CUDA-Examples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: codeplaysoftware/SYCL-For-CUDA-Examples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: updates_23
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 5 files changed
  • 1 contributor

Commits on Feb 9, 2023

  1. Ignoring VIM temporary files

    Ruyman Reyes Castro
    Ruyman Reyes Castro committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    245ccd0 View commit details
    Browse the repository at this point in the history
  2. Vector Addition example update

    Works with latest DPC++ and SYCL2020 features
    README updated to reflect CUDA backend has USM support
    Ruyman Reyes Castro
    Ruyman Reyes Castro committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    0c886cb View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Removing unnecessary CUDA Driver types

    Since intel/llvm#8197, SYCL CUDA backend uses
    CUDA primary context by default, so individual context setting is no
    longer required.
    Ruyman Reyes Castro
    Ruyman Reyes Castro committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    283e69d View commit details
    Browse the repository at this point in the history
  2. Using moder queue construction

    SYCL 1.2.1 device selectors have been deprecated in favour of a new
    simplified form using lambdas.
    Ruyman Reyes Castro
    Ruyman Reyes Castro committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    0d4facb View commit details
    Browse the repository at this point in the history
  3. Format files

    Run clang-format on files, separate commit to avoid noise
    Ruyman Reyes Castro
    Ruyman Reyes Castro committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    6cfee58 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Explicitly setting CUDA context on host task

    Because of the changes on SYCL context, it is necessary now to set the
    active CUDA context manually inside the host task.
    
    Note there was some clang-formatting here as well
    Ruyman Reyes Castro
    Ruyman Reyes Castro committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    ce4abc2 View commit details
    Browse the repository at this point in the history
  2. Addressing feedback from Gordon

    Ruyman Reyes Castro
    Ruyman Reyes Castro committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    a06022b View commit details
    Browse the repository at this point in the history
Loading