Skip to content

Commit a60322e

Browse files
committed
DEBUG: print cpu info and Halide host target
1 parent 863a950 commit a60322e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/testing-linux.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ jobs:
9292
- name: Initial build
9393
run: cmake --build build
9494

95+
- name: DEBUG - print cpu info and Halide host target
96+
run: |
97+
cat /proc/cpuinfo
98+
./build/src/autoschedulers/common/get_host_target
99+
95100
- name: Test (host)
96101
run: |
97102
cmake -S . -B build -DHalide_TARGET=host

0 commit comments

Comments
 (0)