mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-13 18:50:47 +05:30
committed by
Andrei Nechaev
parent
94802d1335
commit
b88614e6e5
@@ -5,7 +5,7 @@ import uuid
|
||||
|
||||
from IPython.core.magic import Magics, cell_magic, magics_class
|
||||
|
||||
compiler = '/usr/local/cuda/bin/nvcc'
|
||||
compiler = '/usr/local/cuda/bin/nvcc -Wno-deprecated-gpu-targets'
|
||||
ext = '.cu'
|
||||
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ from IPython.core.magic import Magics, cell_magic, magics_class
|
||||
from IPython.core.magic_arguments import argument, magic_arguments, parse_argstring
|
||||
from common import helper
|
||||
|
||||
compiler = '/usr/local/cuda/bin/nvcc'
|
||||
compiler = '/usr/local/cuda/bin/nvcc --Wno-deprecated-gpu-targets'
|
||||
|
||||
@magics_class
|
||||
class NVCCPluginV2(Magics):
|
||||
|
||||
Reference in New Issue
Block a user