Skip to content

Commit 09fc6d8

Browse files
SS-JIAfacebook-github-bot
authored andcommitted
Remove print statement in SPIR-V compilation scripts (#4268)
Summary: Pull Request resolved: #4268 Remove print statements in SPIR-V compilation script to fix CI errors. Reviewed By: jorgep31415 Differential Revision: D59768872 fbshipit-source-id: 1e26680311224912b71d9fad013e5860a45dae6e
1 parent fc20d21 commit 09fc6d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backends/vulkan/runtime/gen_vulkan_spv.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,6 @@ def process_shader(shader_paths_pair):
676676
for arg in ["-I", src_dir_path]
677677
]
678678

679-
print("glslc cmd:", cmd)
680679
subprocess.check_call(cmd)
681680

682681
return (spv_out_path, glsl_out_path)

0 commit comments

Comments
 (0)