Skip to content

INVALID_IMAGE_FORMAT_DESCRIPTOR #806

Answered by gybo03
gybo03 asked this question in Q&A
Dec 17, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

i see now it seems that intel is not supporting any image type other than RGBA for some god forsaken reason. Maybe add that as note that intel igpus dont support fomrats other than:
Format [0] = CL_RGBA / CL_UNORM_INT8
Format [1] = CL_RGBA / CL_UNORM_INT16
Format [2] = CL_RGBA / CL_SIGNED_INT8
Format [3] = CL_RGBA / CL_SIGNED_INT16
Format [4] = CL_RGBA / CL_SIGNED_INT32
Format [5] = CL_RGBA / CL_UNSIGNED_INT8
Format [6] = CL_RGBA / CL_UNSIGNED_INT16
Format [7] = CL_RGBA / CL_UNSIGNED_INT32
Format [8] = CL_RGBA / CL_HALF_FLOAT
Format [9] = CL_RGBA / CL_FLOAT
Format [10] = CL_BGRA / CL_UNORM_INT8
Format [11] = CL_INTENSITY / CL_FLOAT
Format [12] = CL_LUMINANCE / CL_FLOAT
i found this here

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@gybo03
Comment options

Answer selected by gybo03
@gybo03
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #805 on December 17, 2024 16:07.