Skip to content

Commit

Permalink
Failure to import scalarizationtrans fix
Browse files Browse the repository at this point in the history
LonelyCat124 committed Jan 27, 2025

Verified

This commit was signed with the committer’s verified signature.
ZedThree Peter Hill
1 parent 409b859 commit 8d51936
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
@@ -46,7 +46,7 @@
from psyclone.psyir.transformations import OMPTargetTrans
from psyclone.transformations import OMPDeclareTargetTrans, TransformationError
# TODO REMOVE
from psyclone.transformations import ScalarizationTrans
from psyclone.psyir.transformations import ScalarizationTrans

PROFILING_ENABLED = False

0 comments on commit 8d51936

Please sign in to comment.