Add option to choose between NSYS and NCU profilers

This commit is contained in:
Cosmin Ștefan Ciocan
2024-02-01 14:46:45 +00:00
parent ee9aa3dba3
commit 8d39ce01c3
3 changed files with 44 additions and 11 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
nvcc4jupyter: CUDA C++ plugin for Jupyter Notebook
"""
from .parsers import set_defaults # noqa: F401
from .parsers import Profiler, set_defaults # noqa: F401
from .plugin import NVCCPlugin, load_ipython_extension # noqa: F401
__version__ = "1.1.0"