Skip to content
Snippets Groups Projects
Commit d622e8b6 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Remove debug statement in test_native_tensorflow_compilation.py

parent 2a343fd8
Branches
Tags
No related merge requests found
......@@ -116,7 +116,6 @@ def test_native_tensorflow_compilation_gpu():
temp_file = tempfile.NamedTemporaryFile(suffix='.cu' if target == 'gpu' else '.cpp')
print(temp_file.name)
_write_file(temp_file.name, str(module))
_write_file('/tmp/foo.cpp', str(module))
# on my machine g++-6 and clang-7 are working
command = ['nvcc',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment