Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[c11_atomics] Add float/double type to atomic_compare_exchange test #2048

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Aug 14, 2024

  1. [c11_atomics] Add float/double type to atomic_compare_exchange test

    OpenCL spec supports atomic_float and atomic_double types for
    atomic_compare_exchange_* builtins.
    wenju-he committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9e111d2 View commit details
    Browse the repository at this point in the history
  2. fix windows build

    wenju-he committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4644bba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    181fb32 View commit details
    Browse the repository at this point in the history