Skip to content

Commit e707d37

Browse files
Graphics Automationigcbot
authored andcommitted
Clean-up lit tests
.
1 parent 761e55c commit e707d37

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

IGC/ocloc_tests/features/bfloat/test_bfloat.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
; UNSUPPORTED: legacy-translator
1111

1212
; RUN: llvm-as %s -o %t.bc
13-
; RUN: llvm-spirv %t.bc --spirv-ext=+SPV_KHR_brain_float16 -o %t.spv
13+
; RUN: llvm-spirv %t.bc --spirv-ext=+SPV_KHR_bfloat16 -o %t.spv
1414
; RUN: ocloc compile -spirv_input -file %t.spv -options "-igc_opts 'DumpVISAASMToConsole=1'" -device pvc 2>&1 | FileCheck %s --check-prefixes=CHECK-VISA
1515

1616
target datalayout = "e-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-n8:16:32:64"

IGC/ocloc_tests/features/bfloat/test_bfloat_immediate.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
; UNSUPPORTED: legacy-translator
1111

1212
; RUN: llvm-as %s -o %t.bc
13-
; RUN: llvm-spirv %t.bc --spirv-ext=+SPV_KHR_brain_float16 -o %t.spv
13+
; RUN: llvm-spirv %t.bc --spirv-ext=+SPV_KHR_bfloat16 -o %t.spv
1414
; RUN: ocloc compile -spirv_input -file %t.spv -options "-igc_opts 'DumpVISAASMToConsole=1'" -device pvc 2>&1 | FileCheck %s --check-prefixes=CHECK-VISA
1515

1616
source_filename = "bfloat16.cpp"

IGC/ocloc_tests/features/bfloat/test_bfloat_mad.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
; UNSUPPORTED: legacy-translator
1111

1212
; RUN: llvm-as %s -o %t.bc
13-
; RUN: llvm-spirv %t.bc --spirv-ext=+SPV_KHR_brain_float16 -o %t.spv
13+
; RUN: llvm-spirv %t.bc --spirv-ext=+SPV_KHR_bfloat16 -o %t.spv
1414
; RUN: ocloc compile -spirv_input -file %t.spv -options "-cl-fast-relaxed-math -igc_opts 'DumpVISAASMToConsole=1'" -device pvc 2>&1 | FileCheck %s --check-prefixes=CHECK-VISA
1515

1616
source_filename = "bfloat16.cpp"

IGC/ocloc_tests/features/bfloat/test_bfloat_unary.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
; UNSUPPORTED: legacy-translator
1111

1212
; RUN: llvm-as %s -o %t.bc
13-
; RUN: llvm-spirv %t.bc --spirv-ext=+SPV_KHR_brain_float16 -o %t.spv
13+
; RUN: llvm-spirv %t.bc --spirv-ext=+SPV_KHR_bfloat16 -o %t.spv
1414
; RUN: ocloc compile -spirv_input -file %t.spv -options "-igc_opts 'DumpVISAASMToConsole=1'" -device pvc 2>&1 | FileCheck %s --check-prefixes=CHECK-VISA
1515

1616
target datalayout = "e-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-n8:16:32:64"
@@ -318,4 +318,4 @@ entry:
318318
%res = bitcast half %add to bfloat
319319
store bfloat %res, bfloat addrspace(1)* %out, align 4
320320
ret void
321-
}
321+
}

0 commit comments

Comments
 (0)