Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

[SYCL] Updated atomic_memory_order_capabilities query test for OpenCL 3.0 backend #1627

Open
wants to merge 7 commits into
base: intel
Choose a base branch
from

Commits on Mar 2, 2023

  1. Test OpenCL backend for atomic_memory_order_capabilities

    Both context and device should return at least memory_order::relaxed now on
    implementation-side, so this test should pass if the target device has
    an OpenCL 3.0 backend or newer.
    Lamzed-Short, Andrew committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    8e52381 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Add level_zero and opencl backends to atomic_memory_order* tests

    Need to adjust figures in acq_rel test to reduce work-group size so test
    can be used with all backends and devices.
    Lamzed-Short, Andrew committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    2eced82 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Re-added cuda-specific test details

    Lamzed-Short, Andrew committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    3457ecf View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Merge branch 'intel' into alamzeds/atomic_mem_orders_caps_fix_test

    Lamzed-Short, Andrew committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    fe61f21 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'intel' into alamzeds/atomic_mem_orders_caps_fix_test

    Lamzed-Short, Andrew committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    877155e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Reduced work group size for acq_rel test

    Passes on cpu, fails on GPU, so I think a problem exists with the GPU driver
    implementation, maybe specifically with fetch_add.
    Lamzed-Short, Andrew committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    3dee62a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'alamzeds/atomic_mem_orders_caps_fix_test' of https://gi…

    …thub.com/andylshort/llvm-test-suite into alamzeds/atomic_mem_orders_caps_fix_test
    Lamzed-Short, Andrew committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    0b8c97c View commit details
    Browse the repository at this point in the history