Skip to content

Commit 4799129

Browse files
committed
Testing flow to generate selected_op_variants.h in cmake build process
1 parent 5365c55 commit 4799129

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codegen/tools/gen_selected_op_variants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def main(argv: List[Any]) -> None:
126126
)
127127

128128
options = parser.parse_args(argv)
129+
print("REMOVE_ME: output dir was set to" + str(options.output_dir))
129130
write_selected_op_variants(options.yaml_file_path, options.output_dir)
130131

131132

0 commit comments

Comments
 (0)