We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 863a950 commit a60322eCopy full SHA for a60322e
.github/workflows/testing-linux.yml
@@ -92,6 +92,11 @@ jobs:
92
- name: Initial build
93
run: cmake --build build
94
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
+
100
- name: Test (host)
101
run: |
102
cmake -S . -B build -DHalide_TARGET=host
0 commit comments