Skip to content

Commit 7b02f68

Browse files
vsemenov368igcbot
authored andcommitted
Update bfloat lits
1 parent ea015d4 commit 7b02f68

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

IGC/ocloc_tests/features/bfloat/test_bfloat.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
; REQUIRES: llvm-spirv,regkeys,pvc-supported,spirv-promote
1010

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

1515
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
@@ -9,7 +9,7 @@
99
; REQUIRES: llvm-spirv,regkeys,pvc-supported,spirv-promote
1010

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

1515
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
@@ -9,7 +9,7 @@
99
; REQUIRES: llvm-spirv,regkeys,pvc-supported,spirv-promote
1010

1111
; RUN: llvm-as %s -o %t.bc
12-
; RUN: llvm-spirv %t.bc --spirv-ext=+SPV_KHR_bfloat16 -o %t.spv
12+
; RUN: llvm-spirv %t.bc --spirv-ext=+SPV_KHR_bfloat16,+SPV_INTEL_bfloat16_arithmetic -o %t.spv
1313
; 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
1414

1515
source_filename = "bfloat16.cpp"

IGC/ocloc_tests/features/bfloat/test_bfloat_unary.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
; REQUIRES: llvm-spirv,regkeys,pvc-supported,spirv-promote
1010

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

1515
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"

0 commit comments

Comments
 (0)