File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,32 @@ steps:
166
166
- make -C ctest $COMMON_FLAGS
167
167
- make -C utest $COMMON_FLAGS
168
168
- make -C cpp_thread_test dgemm_tester
169
+ - make -C cpp_thread_test gemm64
170
+ ---
171
+ kind : pipeline
172
+ name : arm64_native_test_int64
173
+
174
+ platform :
175
+ os : linux
176
+ arch : arm64
177
+
178
+ steps :
179
+ - name : Build and Test
180
+ image : ubuntu:18.04
181
+ environment :
182
+ CC : gcc
183
+ COMMON_FLAGS : ' USE_OPENMP=1 INTERFACE64=1'
184
+ commands :
185
+ - echo "MAKE_FLAGS:= $COMMON_FLAGS"
186
+ - apt-get update -y
187
+ - apt-get install -y make $CC gfortran perl python g++
188
+ - $CC --version
189
+ - make QUIET_MAKE=1 $COMMON_FLAGS
190
+ - make -C test $COMMON_FLAGS
191
+ - make -C ctest $COMMON_FLAGS
192
+ - make -C utest $COMMON_FLAGS
193
+ - make -C cpp_thread_test dgemm_tester
194
+ - make -C cpp_thread_test gemm64
169
195
---
170
196
kind : pipeline
171
197
name : epyc_native_test
You can’t perform that action at this time.
0 commit comments