Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.
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: intel/llvm-test-suite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: intel
Choose a base ref
...
head repository: JackAKirk/llvm-test-suite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: P2P_cuda_tests
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Aug 13, 2021

  1. [SYCL][CUDA] Added tests for P2P memcpy for buffer/images.

    Common tests (suitable for all backends) from enqueue-arg-order-image.cpp and enqueue-arg-order-buffer.cpp have moved to enqueue-arg-order-image-common.cpp and enqueue-arg-order-buffer-cuda.cpp respectively.
    Common util functions have moved to utils.hpp.
    tests that are not suitable for the cuda backend have been moved to enqueue-arg-order-image-h2d.cpp and enqueue-arg-order-buffer-h2d.cpp respectively.
    
    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    386d231 View commit details
    Browse the repository at this point in the history
  2. [SYCL][CUDA] Deleted old test files.

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    d09905e View commit details
    Browse the repository at this point in the history
  3. [SYCL][CUDA] Corrected include typos.

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    fb4392a View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

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

Commits on Aug 25, 2021

  1. Corrected the headers.

    Signed-off-by: jack.kirk <jack.kirk@codeplay.com>
    JackAKirk committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    3fd726b View commit details
    Browse the repository at this point in the history
Loading