commit | e22da8963c44d67c586859a37dcc9cdf67d74a0b | [log] [tgz] |
---|---|---|
author | Lei Zhang <antiagainst@google.com> | Mon May 24 18:59:32 2021 -0400 |
committer | GitHub <noreply@github.com> | Mon May 24 18:59:32 2021 -0400 |
tree | 7b53ac849e21be0b89f678e499f67dd03b59da9b | |
parent | e2ab49429a85ec9c59c80e5124ae79589d9bf274 [diff] |
Use 'vulkan-spirv' as the compiler target for consistency (#5998)
diff --git a/integrations/tensorflow/bindings/python/iree/tf/support/module_utils.py b/integrations/tensorflow/bindings/python/iree/tf/support/module_utils.py index 824d0c8..c1e991d 100644 --- a/integrations/tensorflow/bindings/python/iree/tf/support/module_utils.py +++ b/integrations/tensorflow/bindings/python/iree/tf/support/module_utils.py
@@ -892,7 +892,7 @@ "iree_vulkan": { "compiled_module_class": IreeCompiledModule, "driver": "vulkan", - "compiler_targets": ["vulkan-*"] + "compiler_targets": ["vulkan-spirv"] }, "iree_llvmaot": { "compiled_module_class": IreeCompiledModule,