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

[NFCI][SYCL] Introduce convertToOpenCLType helper #12674

Merged
merged 5 commits into from
Feb 12, 2024

Commits on Feb 9, 2024

  1. [NFCI][SYCL] Introduce convertToOpenCLType helper

    This is probably just the first patch in a series of refactoring PRs I'm
    envisioning. Ultimate goal is to align this helper and
    `sycl::detail::builtins::convert_arg` from `builtins_preview.hpp`,
    possible with the latter delegating to the former.
    aelovikov-intel committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    36facd8 View commit details
    Browse the repository at this point in the history
  2. clang-format

    aelovikov-intel committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    5da6934 View commit details
    Browse the repository at this point in the history
  3. Fix type detection

    aelovikov-intel committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    31f5060 View commit details
    Browse the repository at this point in the history
  4. clang-format

    aelovikov-intel committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    4708c42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1444d8 View commit details
    Browse the repository at this point in the history