Skip to content

Commit

Permalink
revert from previous check
Browse files Browse the repository at this point in the history
  • Loading branch information
loeflerm committed Aug 22, 2024
1 parent 8a34916 commit 6610baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transformato/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,11 +587,11 @@ def _change_platform(self, file):
elif i == 1:
i += 1
g.write(
"platform = Platform.getPlatformByName('OpenCLeeeee')\n"
"platform = Platform.getPlatformByName('OpenCL')\n"
)
elif i == 2:
i += 2
g.write("prop = dict(UseCpuPme='trueeeeeeeee')\n")
g.write("prop = dict(UseCpuPme='true')\n")
else:
g.write(line)
elif self.configuration["simulation"]["GPU"].upper() == "CUDA":
Expand Down

0 comments on commit 6610baf

Please sign in to comment.