Update sample workload wasm-av1 and add workload XNNPACK (#443)

This commit is contained in:
Wenyong Huang
2020-11-13 17:53:23 +08:00
committed by GitHub
parent a2641e174a
commit 892af84161
17 changed files with 1474 additions and 19 deletions

View File

@ -59,6 +59,8 @@ add_compile_options(
$<$<CONFIG:Debug>:-v>
)
# need users to create their own additional include files
################ AR ################
find_program(LLVM_AR NAMES llvm-ar llvm-ar-11 REQUIRED)