We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33d080 commit f69c97bCopy full SHA for f69c97b
1 file changed
tools/clang/test/LitDXILValidation/outer-product-accumulate-matrix-layout-failing.ll
@@ -1,7 +1,9 @@
1
; REQUIRES: dxil-1-9
2
; RUN: not %dxv %s 2>&1 | FileCheck %s
3
4
-;Original Source: \tools\clang\test\CodeGenHLSL\linalg\outer-product-accumulate-matrix-layout.hlsl
+; Original Source: \tools\clang\test\CodeGenHLSL\linalg\outer-product-accumulate-matrix-layout.hlsl
5
+; The failing tests were generated by manually editing the IR produced from the IR from the passing
6
+; case generated by running the hlsl above (Original Source)
7
8
target datalayout = "e-m:e-p:32:32-i1:32-i8:8-i16:16-i32:32-i64:64-f16:16-f32:32-f64:64-n8:16:32:64"
9
target triple = "dxil-ms-dx"
0 commit comments