- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
We try to migrate a project from openmp and CUDA to dpc++ on remote Linux.
Firstly, we used a sparse matrix multiplication function to replace the old CUDA kernel. Then we profiled it by Vtune and we can see the function name.
However, we replace a piece of OpenMP code by parallel_for(dpc++), we found we cannot see the function name and there is only library name.
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
Thank you for posting in Intel Communities.
For dpc++ you can use any debug parameters while compiling -gline-tables-only and -fdebug-info-for-profiling , so it will show the information
Please refer the documentation if needed:
(Or) If program is taking negligible amount of time to run, also cause this kind of issue.
Thanks
Shyam Sundar
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
Could you please provide any updates.
Thanks
Shyam Sundar
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
I assume that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.
Thanks
Shyam Sundar
