Disable person_detection VMVX compilation Temporarily disable person_detection VMVX compilation due to b/262578831. BUG: 262578831 Change-Id: I31055a41b3e5e3560351f40091d28afbbcd3525a
diff --git a/quant_models/CMakeLists.txt b/quant_models/CMakeLists.txt index 6dba090..868940e 100644 --- a/quant_models/CMakeLists.txt +++ b/quant_models/CMakeLists.txt
@@ -61,7 +61,8 @@ "-iree-input-type=tosa" "-riscv-v-vector-bits-min=512" "-riscv-v-fixed-length-vector-lmul-max=8" - VMVX +# TODO(b/262578831): Temporarily disable VMVX targets +# VMVX PUBLIC ) @@ -233,43 +234,44 @@ "iree_exec/mobilenet_v2_test.filecheck" ) -iree_cc_binary( - NAME - person_detection_bytecode_vmvx - SRCS - "iree_exec/person_detection.c" - DEPS - ::person_detection_bytecode_module_vmvx_c - ::person_detection_quant_input_c - iree::vm::bytecode_module - model_util::util_vmvx - LINKOPTS - "LINKER:--defsym=__stack_size__=128k" - "LINKER:--defsym=__heap_size__=200k" - COPTS - "-DBUILD_VMVX" -) - -springbok_test( - NAME - person_detection_emitc_vmvx - SRCS - "iree_exec/person_detection.c" - DEPS - ::person_detection_c_module_vmvx_emitc - ::person_detection_quant_input_c - model_util::util_vmvx - LINKOPTS - "LINKER:--defsym=__stack_size__=128k" - "LINKER:--defsym=__heap_size__=200k" - COPTS - "-DBUILD_EMITC" - "-DBUILD_VMVX" - TESTFILES - "iree_exec/person_detection_vmvx_test.run" - "iree_exec/person_detection_test.filecheck" -) - +# TODO(b/262578831): Temporarily disable VMVX targets +#iree_cc_binary( +# NAME +# person_detection_bytecode_vmvx +# SRCS +# "iree_exec/person_detection.c" +# DEPS +# ::person_detection_bytecode_module_vmvx_c +# ::person_detection_quant_input_c +# iree::vm::bytecode_module +# model_util::util_vmvx +# LINKOPTS +# "LINKER:--defsym=__stack_size__=128k" +# "LINKER:--defsym=__heap_size__=200k" +# COPTS +# "-DBUILD_VMVX" +#) +# +#springbok_test( +# NAME +# person_detection_emitc_vmvx +# SRCS +# "iree_exec/person_detection.c" +# DEPS +# ::person_detection_c_module_vmvx_emitc +# ::person_detection_quant_input_c +# model_util::util_vmvx +# LINKOPTS +# "LINKER:--defsym=__stack_size__=128k" +# "LINKER:--defsym=__heap_size__=200k" +# COPTS +# "-DBUILD_EMITC" +# "-DBUILD_VMVX" +# TESTFILES +# "iree_exec/person_detection_vmvx_test.run" +# "iree_exec/person_detection_test.filecheck" +#) +# iree_cc_binary( NAME person_detection_bytecode_static