-
Notifications
You must be signed in to change notification settings - Fork 27
NCU Wrapper + ngAP campaign + CUDA Samples Campaigns #251
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: main
Are you sure you want to change the base?
Conversation
…the user prior to campaign running codmmented out dependencies method - wrong dependencies were specified - needs to be fixed post-run-hook - appended extension to report file name for successfull loading by ncu_report
…e Benchmark class
[3rd variable] Height of matrix b has its own variable
… sets and sections
[benchmark parsing] parsing of output from matMul
…t file is stored in the respective folder
…ch (not the best way)
…noring of error codes
…n case of timeouts)
[campaign] Specifying extremelly large ncu report file paths causes segmentation fault
Removed redudant breakdown and sensitivity directories
thanks for the PR. Do you version code here taken from somewhere else? @Damfilius |
Yes. I committed some code from CUDA samples and the ngAP repo, although I should have included the README files mentioning where I got them from in the respective directories. |
We usually don't do that. We prefer a readme that indicate how to download the source from a remote repository. |
…ME how to obtain them
I should have removed all of the code taken from other repos. |
@Damfilius dear Damjan. There appear to be conflicts between your branch and the main branch of benchkit. It looks like we did implement |
Dear Prof. Paolillo, when pulling from the main branch I did not get any conflicts, nonetheless I renamed my ncu file to ncu2 and updated any imports. |
Wrote a commandwrapper for Nvidia Nsight Compute CLI (https://docs.nvidia.com/nsight-compute/NsightComputeCli/index.html#introduction).
Implemented a campaign suite and benchmarks for ngAP (https://dl.acm.org/doi/10.1145/3617232.3624848)
Implemented a campaign and benchmark for the following CUDA Samples: