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

[CUDA][Bindless] Address USM normalized type image creation failure and functionality #2056

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 24, 2024

  1. [CUDA][Bindless] Address USM normalized type image creation failure a…

    …nd functionality
    
    The specialised formats, CU_AD_FORMAT_{U|S}NORM_INT{8|16}X{1|2|4},
    used to specify a format that is normalized, cannot be applied to
    images backed by USM memory, causing a failure. This commit
    addresses that issue by using the standard integer formats and
    making sure the CU_TRSF_READ_AS_INTEGER flag is set appropriately.
    
    Another issue fixed here is that users with CUDA toolkits pre 11.5
    are unable to enable normalized types due to the specialised
    formats being introduced in CUDA 11.5.
    Seanst98 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a706c4f View commit details
    Browse the repository at this point in the history