File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 46
46
echo "latest_tag=$latest_tag" >> $GITHUB_OUTPUT
47
47
git checkout "$latest_tag"
48
48
49
+ - name : Patch XNNPACK BUILD.bazel to remove unsupported AVXVNNIINT8 files
50
+ run : |
51
+ find . -type f -name BUILD.bazel -path "*XNNPACK*" \
52
+ -exec sed -i '/avxvnniint8_prod_microkernels\.c/d' {} \;
53
+
49
54
- name : Build TensorFlow Lite (AVX2 target)
50
55
working-directory : ./tensorflow
51
56
run : >
Original file line number Diff line number Diff line change 46
46
echo "latest_tag=$latest_tag" >> $GITHUB_OUTPUT
47
47
git checkout "$latest_tag"
48
48
49
+ - name : Patch XNNPACK BUILD.bazel to remove unsupported AVXVNNIINT8 files
50
+ run : |
51
+ find . -type f -name BUILD.bazel -path "*XNNPACK*" \
52
+ -exec sed -i '/avxvnniint8_prod_microkernels\.c/d' {} \;
53
+
49
54
- name : Build the TensorFlow Lite library using Bazel
50
55
working-directory : ./tensorflow
51
56
run : >
You can’t perform that action at this time.
0 commit comments