commit | 9cc06144a29db45ca4d539a0faba41e007a4dd1a | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Tue Aug 29 16:38:38 2023 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Tue Aug 29 16:38:38 2023 -0700 |
tree | 286addd029ec62105a3e50989e489053cb25e8a3 | |
parent | a1316f0b425607a0ed6c0383efbb91d9aac155e3 [diff] |
Add Kelvin systemc test support Currently not running any model test with Kelvin SystemC simulator. Change-Id: I26a8361153aab4ff1cb2841d576f1946ce0dad0d
diff --git a/quant_models/iree_exec/mobilenet_v1_test.run b/quant_models/iree_exec/mobilenet_v1_test.run index 3ccc914..236938a 100644 --- a/quant_models/iree_exec/mobilenet_v1_test.run +++ b/quant_models/iree_exec/mobilenet_v1_test.run
@@ -1,3 +1,4 @@ +// UNSUPPORTED: kelvin_hw // RUN: ${TEST_RUNNER_CMD} %S/mobilenet_v1_bytecode_static 2>&1 | tee %t // RUN: cat %t | FileCheck %S/mobilenet_v1_test.filecheck
diff --git a/quant_models/iree_exec/person_detection_test.run b/quant_models/iree_exec/person_detection_test.run index 6f59441..4f0b6dd 100644 --- a/quant_models/iree_exec/person_detection_test.run +++ b/quant_models/iree_exec/person_detection_test.run
@@ -1,3 +1,4 @@ +// UNSUPPORTED: kelvin_hw // RUN: ${TEST_RUNNER_CMD} %S/person_detection_bytecode_static 2>&1 | tee %t // RUN: cat %t | FileCheck %S/person_detection_test.filecheck