Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for SD3 testing along with a refactor of the suite. #266

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
generalize vae testing as well
  • Loading branch information
saienduri committed Jun 15, 2024
commit b235dcb8dd4b7b60edb0df86acf93fd03344a4d9
5 changes: 1 addition & 4 deletions iree_tests/configs/config_sdxl_vae_decode_cpu_llvm_task.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
],
"iree_run_module_flags": [
"--device=local-task",
"--parameters=model=real_weights.irpa",
"--input=1x4x128x128xf16=@inference_input.0.bin",
"--expected_output=1x3x1024x1024xf16=@inference_output.0.bin",
"--expected_f16_threshold=0.02f"
"--parameters=model=real_weights.irpa"
],
"skip_compile_tests": [],
"skip_run_tests": [],
Expand Down
5 changes: 1 addition & 4 deletions iree_tests/configs/config_sdxl_vae_decode_gpu_rocm.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
],
"iree_run_module_flags": [
"--device=hip",
"--parameters=model=real_weights.irpa",
"--input=1x4x128x128xf16=@inference_input.0.bin",
"--expected_output=1x3x1024x1024xf16=@inference_output.0.bin",
"--expected_f16_threshold=0.4f"
"--parameters=model=real_weights.irpa"
],
"skip_compile_tests": [],
"skip_run_tests": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
--input=1x4x128x128xf16=@inference_input.0.bin
--expected_output=1x3x1024x1024xf16=@inference_output.0.bin
--expected_f16_threshold=0.02f
Loading