Enable some now passing keyword_spotting tests.
Wish these were testing expected failures so this wasn't a manual process...
PiperOrigin-RevId: 393872041
diff --git a/integrations/tensorflow/e2e/keras/BUILD b/integrations/tensorflow/e2e/keras/BUILD
index ae2bd17..6536cb0 100644
--- a/integrations/tensorflow/e2e/keras/BUILD
+++ b/integrations/tensorflow/e2e/keras/BUILD
@@ -82,25 +82,15 @@
failing_configurations = [
{
"model": [
- # Timing out on SwiftShader
+ # unrolling True: "Unrolling requires a fixed number of timesteps."
+ # unrolling False: "error: 'tf.BatchMatMulV2' op : unlegalized TensorFlow op still exists"
"att_mh_rnn",
"att_rnn",
- "gru",
- # Compilation fails
- "crnn",
- "lstm",
],
- "target_backends": "iree_vulkan",
- },
- {
- "model": [
- "att_mh_rnn",
- "att_rnn",
- "crnn",
- "gru",
- "lstm",
+ "target_backends": [
+ "iree_vulkan",
+ "iree_llvmaot",
],
- "target_backends": "iree_llvmaot",
},
],
matrix = {
diff --git a/integrations/tensorflow/e2e/keras/CMakeLists.txt b/integrations/tensorflow/e2e/keras/CMakeLists.txt
index a8e29cd..55698a8 100644
--- a/integrations/tensorflow/e2e/keras/CMakeLists.txt
+++ b/integrations/tensorflow/e2e/keras/CMakeLists.txt
@@ -30,15 +30,9 @@
"tf;tflite;iree_llvmaot;iree_vulkan"
FAILING_CONFIGURATIONS
",,,att_mh_rnn,iree_vulkan"
- ",,,att_rnn,iree_vulkan"
- ",,,gru,iree_vulkan"
- ",,,crnn,iree_vulkan"
- ",,,lstm,iree_vulkan"
",,,att_mh_rnn,iree_llvmaot"
+ ",,,att_rnn,iree_vulkan"
",,,att_rnn,iree_llvmaot"
- ",,,crnn,iree_llvmaot"
- ",,,gru,iree_llvmaot"
- ",,,lstm,iree_llvmaot"
)
iree_e2e_cartesian_product_test_suite(