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: update-vec-add
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: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 13 files changed
  • 7 contributors

Commits on Nov 10, 2022

  1. Merge pull request #26 from codeplaysoftware/update-vec-add

    Update vector_addition for new device selector
    joeatodd authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    4d59331 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Updating SYCL For CUDA examples to CUDA 12 and latest intel llvm tip (#…

    …27)
    
    * Ignoring VIM temporary files
    
    * Vector Addition example update
    
    Works with latest DPC++ and SYCL2020 features
    README updated to reflect CUDA backend has USM support
    
    * 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.
    
    * Using moder queue construction
    
    SYCL 1.2.1 device selectors have been deprecated in favour of a new
    simplified form using lambdas.
    
    * Format files
    
    Run clang-format on files, separate commit to avoid noise
    
    * 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
    
    * Addressing feedback from Gordon
    Ruyman
    Ruyman authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    6bf6411 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Remove cuda_interop example (#29)

    Co-authored-by: Illya Rudkin <illya@codeplay.com>
    irudkin and Illya Rudkin authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    51e26c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. [CP-Sec] Add security.md

    carlewis committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c782907 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. [CP-Sec] Enable OpenSSF Scorecard

    Enable OpenSSF Scorecard workflow, add badge to README file
    carlewis committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    0eacbdc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from carlewis/security

    Add security.md
    joeatodd authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e46bf59 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #30 from carlewis/ossf

    Enable OpenSSF Scorecard
    joeatodd authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    6b2cef8 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    3de34e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Bump the github-actions group with 2 updates

    Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `actions/upload-artifact` from 4.3.4 to 4.3.6
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@0b2256b...834a144)
    
    Updates `github/codeql-action` from 3.25.15 to 3.26.0
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@afb54ba...eb055d7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and carlewis committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    feb8abc View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Bump the github-actions group with 2 updates

    Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `actions/upload-artifact` from 4.3.6 to 4.4.0
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@834a144...5076954)
    
    Updates `github/codeql-action` from 3.26.0 to 3.26.6
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@eb055d7...4dd1613)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and carlewis committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a72bdfe View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Bump the github-actions group with 2 updates

    Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `actions/checkout` from 4.1.7 to 4.2.0
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@692973e...d632683)
    
    Updates `github/codeql-action` from 3.26.6 to 3.26.10
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@4dd1613...e2b3eaf)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and carlewis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    271a3fa View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Bump the github-actions group with 3 updates

    Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `actions/checkout` from 4.2.0 to 4.2.2
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@d632683...11bd719)
    
    Updates `actions/upload-artifact` from 4.4.0 to 4.4.3
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@5076954...b4b15b8)
    
    Updates `github/codeql-action` from 3.26.10 to 3.27.0
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@e2b3eaf...6624720)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and carlewis committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    08184f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Bump github/codeql-action in the github-actions group

    Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `github/codeql-action` from 3.27.0 to 3.27.5
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@6624720...f09c1c0)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and carlewis committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    05dfc22 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. Bump the github-actions group with 2 updates

    Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `actions/upload-artifact` from 4.4.3 to 4.5.0
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@b4b15b8...6f51ac0)
    
    Updates `github/codeql-action` from 3.27.5 to 3.28.0
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@f09c1c0...48ab28a)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and carlewis committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    9949141 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. Bump the github-actions group across 1 directory with 3 updates

    Bumps the github-actions group with 3 updates in the / directory: [ossf/scorecard-action](https://github.com/ossf/scorecard-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `ossf/scorecard-action` from 2.4.0 to 2.4.1
    - [Release notes](https://github.com/ossf/scorecard-action/releases)
    - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
    - [Commits](ossf/scorecard-action@62b2cac...f49aabe)
    
    Updates `actions/upload-artifact` from 4.5.0 to 4.6.1
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@6f51ac0...4cec3d8)
    
    Updates `github/codeql-action` from 3.28.0 to 3.28.10
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@48ab28a...b56ba49)
    
    ---
    updated-dependencies:
    - dependency-name: ossf/scorecard-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and carlewis committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    1e4b5aa View commit details
    Browse the repository at this point in the history
Loading