Skip to content

Commit c33d080

Browse files
Move outer-product test location, fix test cmd
1 parent b6dde46 commit c33d080

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clang/test/CodeGenHLSL/linalg/outer-product-accumulate-matrix-layout.hlsl renamed to tools/clang/test/CodeGenDXIL/hlsl/linalg/outer-product-accumulate-matrix-layout.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %dxc -I %hlsl_headers -T cs_6_9 %s -enable-16bit-types -DML= MATRIX_LAYOUT_OUTER_PRODUCT_OPTIMAL = 3 -DSTRIDE=0 2>&1 | FileCheck %s
1+
// RUN: %dxc -I %hlsl_headers -T cs_6_9 %s -enable-16bit-types -DML=MATRIX_LAYOUT_OUTER_PRODUCT_OPTIMAL -DSTRIDE=0 2>&1 | FileCheck %s
22

33
//Source file for the IR in \tools\clang\test\LitDXILValidation\outer-product-accumulate-matrix-layout-failing.ll
44
//Source file for the IR in \tools\clang\test\LitDXILValidation\outer-product-accumulate-matrix-layout-passing.ll

0 commit comments

Comments
 (0)