-
Notifications
You must be signed in to change notification settings - Fork 81
Added tutorials folder from oneAPI-samples #164
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
base: master
Are you sure you want to change the base?
Conversation
set(CMAKE_C_COMPILER "icx") | ||
set(CMAKE_CXX_COMPILER "icpx") | ||
endif() | ||
project (oneDNN) |
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.
oneCCL?
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.
Updated
@nikitaxgusev Any updates on this? The Jupyter notebook works but requires the oneAPI toolkits (for setvars and VTune). The notebook is used to teach developers how to use VTune to analyze performance for both CPU and GPU on oneCCL examples. Let me know if this is still appropriate for this repo. If not, we can keep this in the oneAPI-samples repo. |
Hi @jimmytwei sorry for a delay, we will validate the functionality of the notebook and provide a feedback |
@jimmytwei For other adjustments throughout (e.g. converting the tutorial into a full README guide) are not necessary for this PR in my opinion. EDIT: If you need help by formulating a README doc, I can create this and add with a PR into your repo. @Maria1Petrova (@srirajpaul for final Review): |
Added oneCCL tutorials from the oneAPI-samples repo.