-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fea] Support nvtx profiling #825
[Fea] Support nvtx profiling #825
Conversation
Thanks for your contribution! |
505429b
to
f8c57f3
Compare
f8c57f3
to
23cb7ed
Compare
|
||
开发机上下载 linux nsight-system 软件:nsight-systems/2023.4.1,并将 nsight 添加到环境变量 `PATH` 中: | ||
|
||
执行:`PATH=/path/to/nsight-systems/2023.4.1/bin:$PATH`,同时在 windows 机器上安装**相同版本**的 nsight-system 软件。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mac机器和带图形界面机器的Linux系统还不能支持么
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mac机器和带图形界面机器的Linux系统还不能支持么
暂时不支持Mac(没机器没试过),带图形界面的Linux如果能安装nsight,那步骤是一样的,这里只是因为我自己用的是windows系统的linux nsight-system
95ef087
to
e825160
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* support nvtx profiling via NVTX=1 * rename trainer to solver * add user guide for NVTX * refine code of paddle.framework.core and add cache for 3 context_manager of Solver * update nsys chapter in user_guide * fix solver.py
PR types
New features
PR changes
Others
Describe
printer
内trainer
统一更名为solver
,减少歧义