Skip to content
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

Intel® VTune™ Profiler 2023 #234

Open
1div0 opened this issue Jan 24, 2023 · 4 comments
Open

Intel® VTune™ Profiler 2023 #234

1div0 opened this issue Jan 24, 2023 · 4 comments
Labels
build Concerns the build setup help wanted Extra attention is needed

Comments

@1div0
Copy link
Contributor

1div0 commented Jan 24, 2023

Recently, the VTune installation location has been changed. Please check:

https://www.intel.com/content/www/us/en/developer/tools/oneapi/vtune-profiler.html

I was able to compile VVenC with VTune as follows.

//Flags used by the CXX compiler during all build types.
CMAKE_CXX_FLAGS:STRING=-I/opt/intel/oneapi/vtune/2023.0.0/include

//Flags used by the linker during all build types.
CMAKE_EXE_LINKER_FLAGS:STRING=-L/opt/intel/oneapi/vtune/2023.0.0/lib64 -Wl,-Bstatic -littnotify -Wl,-Bdynamic

//Path to the installation directory of Intel VTunes
ITT_PATH:STRING=/opt/intel/oneapi/vtune/2023.0.0

It just works!™

The only constant is change.

@adamjw24 adamjw24 changed the title Intel® VTune™ Profiler Intel® VTune™ Profiler 2023 Jan 24, 2023
@adamjw24
Copy link
Member

Hm... We're still on the old version, sth. around 2020, so cannot really either test or change (since this feature is actually mostly catered for the current developers).

Is there any way to detect which version you have? If so, maybe another if could be added.

It would be great if you could have a look and do a merge request.

@adamjw24 adamjw24 added help wanted Extra attention is needed build Concerns the build setup labels Jan 24, 2023
@1div0
Copy link
Contributor Author

1div0 commented Jan 24, 2023

Sure, I will gladly help, but my free(time_t) is very limited. So maybe by the WE.

@adamjw24
Copy link
Member

Worst case, just add comments in CMakeLists on how to make it work with the new VTunes. If someone is looking for that feature, I'd assume the know how to edit it.

@1div0
Copy link
Contributor Author

1div0 commented Feb 9, 2023

Perhaps this->WE.

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Concerns the build setup help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants