Skip to content

Commit

Permalink
Fix style check
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarkall committed Apr 24, 2024
1 parent 2daa592 commit 69f6668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_binary_generation/generate_raw_ltoir.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def get_ltoir(source, name, arch):
"-dlto",
"-rdc",
"true",
*cuda_include_flags
*cuda_include_flags,
]
options = [o.encode() for o in options]

Expand Down

0 comments on commit 69f6668

Please sign in to comment.