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

Test for [[sycl::reqd_work_group_size]] exception when mismatched nd_range was given #285

Commits on Feb 16, 2022

  1. Test for [[sycl::reqd_work_group_size]] exception when mismatched `…

    …nd_range` was given
    Romanov AndreyX committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    3822a72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b03925a View commit details
    Browse the repository at this point in the history
  3. Fix typo in file name

    Romanov AndreyX committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    d50c118 View commit details
    Browse the repository at this point in the history
  4. Fix typo in code

    Romanov AndreyX committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    ee28a82 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Sort lines

    Romanov AndreyX committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    a02a67f View commit details
    Browse the repository at this point in the history
  2. Change item to nd_item in kernels args

    Romanov AndreyX committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    88bda24 View commit details
    Browse the repository at this point in the history
  3. Add kernel names

    Return optional features to filter for hipsycl
    Romanov AndreyX committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    373ae90 View commit details
    Browse the repository at this point in the history
  4. Replace auto to size_to for max_wg_size

    Romanov AndreyX committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    9871be2 View commit details
    Browse the repository at this point in the history
  5. Return computecpp to the filter

    Romanov AndreyX committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    bb33e39 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Apply comments

    Changed `testing_wg_size` to 1 that supports by all devices
    Changed `INFO` to `SECTION`
    Romanov AndreyX committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    36a27b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Remove duplicate of the test tag from the test name

    Romanov AndreyX committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    78147fe View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Merge branch 'SYCL-2020' of https://github.com/KhronosGroup/SYCL-CTS

    …into optional_kernel_features/missmatched_nd_range_exception
    Romanov AndreyX committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    e09a86b View commit details
    Browse the repository at this point in the history
  2. Add compile time disable for hipSYCL

    Removed optional_kernel_features from ci filter
    Romanov AndreyX committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    8d399e3 View commit details
    Browse the repository at this point in the history
  3. Temorarly remove of SECTION

    Removed section due to issue in CI build
    Romanov AndreyX committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    12d9404 View commit details
    Browse the repository at this point in the history
  4. Revert "Temorarly remove of SECTION"

    This reverts commit 12d9404.
    Romanov AndreyX committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    9bb4f1a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Merge branch 'SYCL-2020' of https://github.com/KhronosGroup/SYCL-CTS

    …into optional_kernel_features/missmatched_nd_range_exception
    Romanov AndreyX committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    329bbbb View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Merge branch 'SYCL-2020' of https://github.com/KhronosGroup/SYCL-CTS

    …into optional_kernel_features/missmatched_nd_range_exception
    Romanov AndreyX committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    b790797 View commit details
    Browse the repository at this point in the history
  2. Disable mismathched nd range test for ComputeCpp

    Romanov AndreyX committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    951f4ee View commit details
    Browse the repository at this point in the history