diff options
Diffstat (limited to 'tests/cooperative-vector/outer-product-structuredbuffer.slang')
| -rw-r--r-- | tests/cooperative-vector/outer-product-structuredbuffer.slang | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/cooperative-vector/outer-product-structuredbuffer.slang b/tests/cooperative-vector/outer-product-structuredbuffer.slang index a2a408c9e..6cd534796 100644 --- a/tests/cooperative-vector/outer-product-structuredbuffer.slang +++ b/tests/cooperative-vector/outer-product-structuredbuffer.slang @@ -1,4 +1,3 @@ -// Fails because VVL 1.4.313.0 has a bug that sees int32_t as uint32_t in validation layers, issue #7715 //TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK):-vk -render-feature cooperative-vector -output-using-type // These platforms don't support these operations into structured buffers @@ -64,7 +63,7 @@ void computeMain() output, 0, 32, - CoopVecMatrixLayout::RowMajor, + CoopVecMatrixLayout::TrainingOptimal, CoopVecComponentType::Float16, ); } |
