Read on RGBA unrom_int8 Image Always 0 with uint4 #12964
Unanswered
peiyigu-intel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I compile the following code with 2024.0 oneAPI base tool kit.
.\compiler\2024.0\bin\icpx.exe -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend "-device dg2" scaling.cpp -o scaling.exe
It seems the read pixel is always 0 when using uint4. Only can read data when using half4 which is float type
Beta Was this translation helpful? Give feedback.
All reactions