shader-slang / slang

Making it easier to work with shaders
MIT License
1.78k stars 158 forks source link

Metal: Failing compute tests #4291

Open skallweitNV opened 2 weeks ago

skallweitNV commented 2 weeks ago

The following tests in the compute category currently fail to compile with Metal.

All failing tests are disabled using:

//DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl

This should make it easy to find them.

Some of these are failing to compile due to #4288

For reference and marking fixed tests, here is the full list:

In addition, the following tests generate wrong/unexpected results:

swoods-nv commented 2 weeks ago

Marking for Q2 initially, but completion within the milestone is a stretch goal.