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 NULL CL_MEM_HOST_PTR check for all flag combinations #1850

Merged
merged 4 commits into from
Mar 12, 2024

Commits on Aug 20, 2023

  1. Add NULL CL_MEM_HOST_PTR check for clGetMemObjectInfo

    The spec requires implementations return NULL for CL_MEM_HOST_PTR
    when the flags passed at memory object creation time do not contain
    CL_MEM_USE_HOST_PTR
    
    CTS was not checking this. Add the same check.
    
    Fixes KhronosGroup#1752
    niranjanjoshi121 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    b1e474d View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Add NULL CL_MEM_HOST_PTR check for all flag combinations

    As part of suggestions to KhronosGroup#1801, add NULL CL_MEM_HOST_PTR
    check for all flag combinations.
    
    Fixes KhronosGroup#1752
    niranjanjoshi121 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    5ef3ba7 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    14bccbf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from niranjanjoshi121/fix_for_1752_new_4

    Fix formatting issues
    niranjanjoshi121 authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    086a40d View commit details
    Browse the repository at this point in the history