-
Notifications
You must be signed in to change notification settings - Fork 7
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
Verification Unsuccessful #12
Comments
Hello, GPUs like the Jetson Nano have some differences compared to desktop GPUs, which may require modifications to the source code to work correctly. Did the benchmarks work with classes S and W? If they did, the issue might be related to the GPU's resource limitations. One possible solution is to try using fewer resources. For example, you can force the GPU to use fewer registers, as we did in the BT Makefile. Unfortunately, I don't have direct experience or access to the Jetson Nano, so it’s challenging for me to provide specific advice on this issue. However, I am aware that some researchers have successfully run these benchmarks on the Jetson Nano. For example, the paper "A Taste of Scientific Computing on the GPU-Accelerated Edge Device" by Pilsung Kang and Sungmin Lim discusses such work. I suggest reaching out to people who have conducted experiments with NPB-GPU on architectures similar to the Jetson Nano. |
@2Ho0 is the issue solved? |
Sorry for late reply. I ran with Class S and W, but It didn't work. There is 212GB available memory though |
GPU: Jetson Nano
CUDA Version: 10.2.3
Compute Capability: 5.3
For BT, EP, SP, there are Verification Unsuccessful
But fortunately the other benchmarks are successful
I don't know how can i fix it
The text was updated successfully, but these errors were encountered: