dump spv for dispatches (#509)

This commit is contained in:
aldesilv
2022-11-23 20:34:27 -08:00
committed by GitHub
parent 32a2ec432d
commit f80b85f10c

View File

@@ -97,6 +97,9 @@ class SharkInference:
extra_args.append(
f"--iree-hal-dump-executable-sources-to={self.dispatch_benchmarks_dir}"
)
extra_args.append(
f"--iree-hal-dump-executable-binaries-to={self.dispatch_benchmarks_dir}"
)
temp_dir = self.dispatch_benchmarks_dir.split("/")
temp_dir[-1] = "temp_" + temp_dir[-1]
temp_dir = "/".join(temp_dir)