Skip to content

Commit

Permalink
Update compiler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BachiLi authored Apr 4, 2024
1 parent b555742 commit b50f0d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ def compile(loma_code : str,
print('_code folder')
print(listdir('./_code'))
print('cwd')
import os
print(os.getcwd())
elif target == 'opencl':
code = codegen_opencl.codegen_opencl(structs, funcs)
Expand Down

0 comments on commit b50f0d8

Please sign in to comment.