mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-13 18:50:47 +05:30
fix
This commit is contained in:
@@ -29,6 +29,7 @@ class NVCCPluginV2(Magics):
|
|||||||
def compile(output_dir, file_paths, out):
|
def compile(output_dir, file_paths, out):
|
||||||
res = subprocess.check_output(
|
res = subprocess.check_output(
|
||||||
[compiler, '-I' + output_dir, file_paths, "-o", out, '-Wno-deprecated-gpu-targets'], stderr=subprocess.STDOUT)
|
[compiler, '-I' + output_dir, file_paths, "-o", out, '-Wno-deprecated-gpu-targets'], stderr=subprocess.STDOUT)
|
||||||
|
res = res.decode()
|
||||||
helper.print_out(res)
|
helper.print_out(res)
|
||||||
|
|
||||||
def run(self, timeit=False):
|
def run(self, timeit=False):
|
||||||
|
|||||||
Reference in New Issue
Block a user