- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've recently been trying to use the Intel oneAPI tools in Visual Studio 2022 for an HPC university project.
A tool that I'd like to use is the Compiler Optimization Report widget, which is supposed to show information generated by the optimization report for all the phases that it's divided into.
(Documentation, the newest I could find, for the tool in question.)
I've set the compiler to generate an optimization report (and output it to a file - this works fine and I can access the new file after every compile), however both the COR and the Compiler Inline Report aren't picking up anything from the compilation process, leaving me with empty widgets as shown below.
I've dabbled around compile options and couldn't get it to work.
Apparently it's been reported broken in a forum post back in 2021, and marked as "solved" with a mod suggesting to use the command prompt instead, which is a bit disappointing to be honest.
Has anyone got this to work? Everything's updated to latest version, of course.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Same situation.
I'm using VisualStudio 2022 and DPC++ 2025.0. Compiling the DPC++ console application with the /Qopt-report:1 option outputs the optrpt files correctly, but they are not displayed in the VisualStudio window.
What am I missing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
https://www.intel.com/content/www/us/en/docs/cpp-compiler/developer-guide-reference/2021-10/optimization-reports-in-microsoft-visual-studio.html is pointed to Compiler Classic (icc) and icc had been EOL
Looks like icx/opt-report does not supported in VS

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page