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

fix generic_address_space, command_buffer_event_sync, test_compiler and images/test_1D_buffer #2062

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

Commits on Sep 16, 2024

  1. fix allocSize issue in images/kernel_image_methods/test_1D_buffer.cpp

    the allocated buffer for image1d_buffer_t was smaller than the requested
    image properties (width * pixel_size) would require.
    franz committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c12be08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1e0e7d View commit details
    Browse the repository at this point in the history
  3. command_buffer_event_sync.cpp: add delay for testing clSetEventCallback

    according to specification, these can be executed asynchronously
    by the OpenCL runtime.
    franz committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c2d7032 View commit details
    Browse the repository at this point in the history
  4. generic_address_space: add check for program scope variables

    Skip the test if program scope variables are not supported.
    franz committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f887c5a View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

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