Add function that modifies the default profiler/compiler arguments to allow reusing them in multiple magic command calls

This commit is contained in:
Cosmin Ștefan Ciocan
2024-01-27 01:40:47 +00:00
parent e9f131a678
commit b3c015ae74
5 changed files with 137 additions and 12 deletions
+1
View File
@@ -2,6 +2,7 @@
nvcc4jupyter: CUDA C++ plugin for Jupyter Notebook
"""
from .parsers import set_defaults # noqa: F401
from .plugin import NVCCPlugin, load_ipython_extension # noqa: F401
__version__ = "1.0.3"