We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now that regressions are setup, we need to get them to pass with workloads of importance. I have prioritized the following workloads to start:
gpu-app-collection/src/Makefile
Line 7 in fec0850
Right now, I think all of the following are failing:
mnist_cudnn cutlass mlperf_inference mlperf_training
Docker makes it much easier to reproduce the errors - what the regressions system does is listed here:
https://github.com/accel-sim/gpu-app-collection/blob/dev/.github/workflows/test-build.yml
It starts with the docker image
nvidia/cuda:12.6.3-cudnn-devel-ubuntu24.04
gpu-app-collection/.github/workflows/test-build.yml
Line 27 in fec0850
You can test this on any machine that has docker installed. You don't even need a GPU.
The text was updated successfully, but these errors were encountered:
Anunalla
Connie120
Zhaoyu-Jin
No branches or pull requests
Now that regressions are setup, we need to get them to pass with workloads of importance.
I have prioritized the following workloads to start:
gpu-app-collection/src/Makefile
Line 7 in fec0850
Right now, I think all of the following are failing:
mnist_cudnn cutlass mlperf_inference mlperf_training
Docker makes it much easier to reproduce the errors - what the regressions system does is listed here:
https://github.com/accel-sim/gpu-app-collection/blob/dev/.github/workflows/test-build.yml
It starts with the docker image
nvidia/cuda:12.6.3-cudnn-devel-ubuntu24.04
gpu-app-collection/.github/workflows/test-build.yml
Line 27 in fec0850
You can test this on any machine that has docker installed. You don't even need a GPU.
The text was updated successfully, but these errors were encountered: