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

Add arguments tests for cl_khr_command_buffer_mutable_dispatch. #1749

Merged
merged 23 commits into from
Jul 11, 2023

Commits on May 29, 2023

  1. Add arguments tests for cl_khr_command_buffer_mutable_dispatch.

    Signed-off-by: Paweł Jastrzębski <p.k.jastrzebski@gmail.com>
    pj87 committed May 29, 2023
    Configuration menu
    Copy the full SHA
    55720bf View commit details
    Browse the repository at this point in the history
  2. Add clFinish and clEnqueueCommandBufferKHR to mutable dispatch global…

    … arguments test.
    
    Applied review comments for mutable dispatch global arguments test:
    - clFinish to ensure command-buffer has finished executing for calling clUpdateMutableCommandsKHR
    - Add second clEnqueueCommandBufferKHR for the command-buffer again before calling clEnqueueReadBuffer so that the kernel runs with the new argument
    
    Signed-off-by: Paweł Jastrzębski <p.k.jastrzebski@gmail.com>
    pj87 committed May 29, 2023
    Configuration menu
    Copy the full SHA
    f8d2019 View commit details
    Browse the repository at this point in the history
  3. Add clFinish and clEnqueueCommandBufferKHR to remaining mutable dispa…

    …tch arguments test.
    
    Applied review comments for remaining mutable dispatch arguments test:
    - clFinish to ensure command-buffer has finished executing for calling clUpdateMutableCommandsKHR
    
    Signed-off-by: Paweł Jastrzębski <p.k.jastrzebski@gmail.com>
    pj87 committed May 29, 2023
    Configuration menu
    Copy the full SHA
    71e36a1 View commit details
    Browse the repository at this point in the history
  4. Fix clang format.

    Signed-off-by: Paweł Jastrzębski <p.k.jastrzebski@gmail.com>
    pj87 committed May 29, 2023
    Configuration menu
    Copy the full SHA
    d590d31 View commit details
    Browse the repository at this point in the history
  5. Fix clang format.

    Signed-off-by: Paweł Jastrzębski <p.k.jastrzebski@gmail.com>
    pj87 committed May 29, 2023
    Configuration menu
    Copy the full SHA
    5ff68af View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

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

Commits on Jun 19, 2023

  1. Recover proper MutableDispatchGlobalArguments test.

    Signed-off-by: Paweł Jastrzębski <p.k.jastrzebski@gmail.com>
    pj87 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    d5d5712 View commit details
    Browse the repository at this point in the history
  2. Recover proper MutableDispatchNullArguments test.

    Signed-off-by: Paweł Jastrzębski <p.k.jastrzebski@gmail.com>
    pj87 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    63238ab View commit details
    Browse the repository at this point in the history
  3. Fix constant magic number.

    Signed-off-by: Paweł Jastrzębski <p.k.jastrzebski@gmail.com>
    pj87 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a6d4a96 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Fix review changes.

    Changes made:
    - Remove unneeded headers
    - Remove unneeded variable
    - Remove unneeded skip condition
    - Fix type int -> cl_int
    
    Signed-off-by: Paweł Jastrzębski <p.k.jastrzebski@gmail.com>
    pj87 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    a0e1207 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8669f45 View commit details
    Browse the repository at this point in the history
  3. Fix tests definitions.

    Signed-off-by: Paweł Jastrzębski <p.k.jastrzebski@gmail.com>
    pj87 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    8d80956 View commit details
    Browse the repository at this point in the history
  4. Fix compilation error.

    Signed-off-by: Paweł Jastrzębski <p.k.jastrzebski@gmail.com>
    pj87 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    df2141c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Fix clang format.

    Signed-off-by: Paweł Jastrzębski <p.k.jastrzebski@gmail.com>
    pj87 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    26ca641 View commit details
    Browse the repository at this point in the history
  2. Fix clang format.

    Signed-off-by: Paweł Jastrzębski <p.k.jastrzebski@gmail.com>
    pj87 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    0eabd79 View commit details
    Browse the repository at this point in the history
  3. Fix review comments.

    Signed-off-by: Paweł Jastrzębski <p.k.jastrzebski@gmail.com>
    pj87 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    43ec10b View commit details
    Browse the repository at this point in the history
  4. Fix review comments.

    Signed-off-by: Paweł Jastrzębski <p.k.jastrzebski@gmail.com>
    pj87 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    c16fc65 View commit details
    Browse the repository at this point in the history
  5. Fix clang format.

    Signed-off-by: Paweł Jastrzębski <p.k.jastrzebski@gmail.com>
    pj87 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    4810b7d View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Fix review comments.

    Signed-off-by: Paweł Jastrzębski <p.k.jastrzebski@gmail.com>
    pj87 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    8cfd783 View commit details
    Browse the repository at this point in the history
  2. Fix review comments.

    Signed-off-by: Paweł Jastrzębski <p.k.jastrzebski@gmail.com>
    pj87 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    a82e3a0 View commit details
    Browse the repository at this point in the history
  3. Fix review comments.

    Signed-off-by: Paweł Jastrzębski <p.k.jastrzebski@gmail.com>
    pj87 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    5e485af View commit details
    Browse the repository at this point in the history
  4. Fix clang format.

    Signed-off-by: Paweł Jastrzębski <p.k.jastrzebski@gmail.com>
    pj87 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    aa33e4e View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

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