Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LonelyCat124 committed Jan 27, 2025
1 parent 4974a6e commit 409b859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nemo/scripts/omp_gpu_trans.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def trans(psyir):
hoist_expressions=True
)

#TODO REMOVE
# TODO REMOVE
scalartrans = ScalarizationTrans()
for loop in subroutine.walk(Loop):
scalartrans.apply(loop)
Expand Down

0 comments on commit 409b859

Please sign in to comment.