You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
checkout latest commit “9cb18fcb4e03d40fdeea384257ba4017a1268745” on next branch
Run the test case "test_soa" with dx backend will cause hlsl compilation error
[2025-03-07 11:13:24.924] [console] [error] Compile Error: hlsl.hlsl:660:7: error: no matching function for call to 'asuint'
l214=(asuint(l213));
^~~~~~
hlsl.hlsl:660:7: note: candidate function not viable: no known conversion from 'vector<bool, 4>' to 'vector<float, 4>' for 1st argument
l214=(asuint(l213));
^ ~~~~
Activity