@@ -63,35 +63,35 @@ jobs:
63
63
- name : Build the TensorFlow Lite library using Bazel
64
64
working-directory : ./tensorflow
65
65
run : >
66
- bazel build //tensorflow/lite:libtensorflowlite.so -c opt
67
- --copt=-mssse3
68
- --copt=-mcx16
69
- --copt=-msse4.1
70
- --copt=-msse4.2
71
- --copt=-mpopcnt
72
- --copt=-mno-fma4
73
- --copt=-mno-avx
74
- --copt=-mno-avx2
75
- --copt=-mno-avx512f
76
- --copt=-mno-avx512vl
77
- --copt=-mno-avx512dq
78
- --copt=-mno-avx512bw
79
- --copt=-mno-avx512vbmi
80
- --copt=-mno-avx512ifma
81
- --copt=-mno-avx512vbmi2
82
- --copt=-mno-avx512vnni
83
- --copt=-mno-avx512bitalg
84
- --copt=-mno-avx512bf16
85
- --copt=-mno-avxvnni
86
- --copt=-mno-avx512bf16
87
- --copt=-march=sandybridge
88
- --copt=-DXNN_ENABLE_AVX512AMX=0
89
- --copt=-DXNN_ENABLE_AVX512F16=0
90
- --copt=-DXNN_ENABLE_AVXVNNIINT8=0
91
- --cxxopt=-DXNN_ENABLE_AVX512AMX=0
92
- --cxxopt=-DXNN_ENABLE_AVX512F16=0
93
- --cxxopt=-DXNN_ENABLE_AVXVNNIINT8=0
94
- --copt=-DRUY_PLATFORM_AVX512=0
66
+ bazel build //tensorflow/lite:libtensorflowlite.so -c opt
67
+ --copt=-mssse3
68
+ --copt=-mcx16
69
+ --copt=-msse4.1
70
+ --copt=-msse4.2
71
+ --copt=-mpopcnt
72
+ --copt=-mno-fma4
73
+ --copt=-mno-avx
74
+ --copt=-mno-avx2
75
+ --copt=-mno-avx512f
76
+ --copt=-mno-avx512vl
77
+ --copt=-mno-avx512dq
78
+ --copt=-mno-avx512bw
79
+ --copt=-mno-avx512vbmi
80
+ --copt=-mno-avx512ifma
81
+ --copt=-mno-avx512vbmi2
82
+ --copt=-mno-avx512vnni
83
+ --copt=-mno-avx512bitalg
84
+ --copt=-mno-avx512bf16
85
+ --copt=-mno-avxvnni
86
+ --copt=-mno-avx512bf16
87
+ --copt=-march=sandybridge
88
+ --copt=-DXNN_ENABLE_AVX512AMX=0
89
+ --copt=-DXNN_ENABLE_AVX512F16=0
90
+ --copt=-DXNN_ENABLE_AVXVNNIINT8=0
91
+ --cxxopt=-DXNN_ENABLE_AVX512AMX=0
92
+ --cxxopt=-DXNN_ENABLE_AVX512F16=0
93
+ --cxxopt=-DXNN_ENABLE_AVXVNNIINT8=0
94
+ --copt=-DRUY_PLATFORM_AVX512=0
95
95
96
96
- name : Assemble package directories
97
97
working-directory : ./tensorflow
0 commit comments