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
c6e5fda1
Commit
c6e5fda1
authored
Dec 17, 2019
by
Stephan Seitz
Browse files
Fixup
parent
aa5f89f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pystencils_autodiff/backends/astnodes.py
View file @
c6e5fda1
...
...
@@ -123,7 +123,7 @@ class TorchModule(JinjaCppFile):
[
file_name
],
with_cuda
=
self
.
is_cuda
,
extra_cflags
=
[
'--std=c++14'
],
extra_cuda_cflags
=
[
'-std=c++14'
,
'-
-
ccbin'
,
get_compiler_config
()[
'command'
]],
extra_cuda_cflags
=
[
'-std=c++14'
,
'-ccbin'
,
get_compiler_config
()[
'command'
]],
build_directory
=
build_dir
,
extra_include_paths
=
[
get_pycuda_include_path
(),
get_pystencils_include_path
()])
...
...
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