Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pycodegen
pystencils_autodiff
Commits
75dd38f2
Commit
75dd38f2
authored
Nov 29, 2019
by
Stephan Seitz
Browse files
Remove openmp for now
parent
60c9f471
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pystencils_autodiff/tensorflow_jit.py
View file @
75dd38f2
...
...
@@ -175,8 +175,8 @@ def compile_file(file,
*
additional_compile_flags
,
_output_flag
]
if
openmp
:
command_prefix
.
insert
(
2
,
_output_flag
)
#
if openmp:
#
command_prefix.insert(2, _output_flag)
destination_file
=
f
'
{
file
}
_
{
_hash
(
"."
.
join
(
command_prefix
).
encode
()).
hexdigest
()
}{
_object_file_extension
}
'
if
not
exists
(
destination_file
)
or
overwrite_destination_file
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment