-
Notifications
You must be signed in to change notification settings - Fork 741
Simple CUDA Graph migration sample #1545
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
Simple CUDA Graph migration sample #1545
Conversation
Signed-off-by: ShwethaSelma <[email protected]>
|
Adding @jkinsky and @ishaghosh27 for README review. |
ghost
left a comment
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.
Sample name in sample.json file should match the sample name in readme.
|
@ShwethaSelma Verified sample builds and runs. Please incorporate @jkinsky feedback to the sample and then I will approve and merge it. |
I have incorporated the comment and updated the sample name in sample.json file. |
|
@ShwethaSelma I think the sample name should be something more descriptive than "SimpleCudaGraphs Sample". Adding @tomlenth and @jkinsky for feedback. Also, it is missing the expertise field in sample.json. Adding @ishaghosh27 for feedback. |
Agree. At the very least, you should change the name in the readme and sample.json files to "Simple Cuda Graphs" Sample. Adding spaces will make it better even if you don't change the name completely. |
|
@ShwethaSelma @jimmytwei Please add Expertise: Code Optimization to the sample.json file. |
This sample doesn't include code optimization, should i update the expertise as "Concept and Functionality"? |
I have changed the name as suggested. |
Yes please update expertise as "Concept and Functionality" |
Updated. |
Adding a New Sample(s)
Description
SimpleCudaGraphs migration from CUDA to SYCL and mapping of Taskflow API's to CUDA Graph API's.
Checklist
Administrative
Code Development
Security and Legal
Review