-
Notifications
You must be signed in to change notification settings - Fork 80
Dockerfile - add cuda13.0.dockerfile #739
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #739 +/- ##
=======================================
Coverage 85.97% 85.97%
=======================================
Files 102 102
Lines 7578 7579 +1
=======================================
+ Hits 6515 6516 +1
Misses 1063 1063
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
superbench/benchmarks/micro_benchmarks/gpu_stream/gpu_stream.cu
Outdated
Show resolved
Hide resolved
superbench/benchmarks/micro_benchmarks/gpu_stream/gpu_stream.cu
Outdated
Show resolved
Hide resolved
superbench/benchmarks/micro_benchmarks/gpu_stream/gpu_stream.cu
Outdated
Show resolved
Hide resolved
Updated supported NVCC architectures based on CUDA compiler version.
|
Looks nvbandwidth upgrade has been already merged in other PR. Please undo the change. |
Add support for cuda13.0.
Add cuda13.0.dockerfile.
Add cuda13.0 image building task to github pipeline.
Update GPU STREAM to work with cuda13.0.
Fix data type conversion perf bug in GPU stream.
Update nvbandwidth submodule to be v0.8.
Update perftest submodule to be 4bee61f80d9e268fc97eaf40be00409e91d3a19e (recent master).