Skip to content

Commit b6dde46

Browse files
Fix path
1 parent baa4376 commit b6dde46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tools/clang/test/LitDXILValidation/outer-product-accumulate-matrix-layout-failing.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; REQUIRES: dxil-1-9
22
; RUN: not %dxv %s 2>&1 | FileCheck %s
33

4-
;Original Source: D:\git\github\DirectXShaderCompiler-acFork\DirectXShaderCompiler\tools\clang\test\CodeGenHLSL\linalg\outer-product-accumulate-matrix-layout.hlsl
4+
;Original Source: \tools\clang\test\CodeGenHLSL\linalg\outer-product-accumulate-matrix-layout.hlsl
55

66
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"
77
target triple = "dxil-ms-dx"

tools/clang/test/LitDXILValidation/outer-product-accumulate-matrix-layout-passing.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; REQUIRES: dxil-1-9
22
; RUN: %dxv %s 2>&1 | FileCheck %s
33

4-
;Original Source: D:\git\github\DirectXShaderCompiler-acFork\DirectXShaderCompiler\tools\clang\test\CodeGenHLSL\linalg\outer-product-accumulate-matrix-layout.hlsl
4+
;Original Source: \tools\clang\test\CodeGenHLSL\linalg\outer-product-accumulate-matrix-layout.hlsl
55

66
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"
77
target triple = "dxil-ms-dx"

0 commit comments

Comments
 (0)