failed to run cuBLAS routine: CUBLAS_STATUS_EXECUTION_FAILED #165523
Unanswered
yejiao0828
asked this question in
Models
Replies: 2 comments 1 reply
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
。你好,我已经收到邮件
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to migrate my code from a P4 GPU to an RTX 4090, I encounter an error in code that previously ran without issue:
failed to run cuBLAS routine: CUBLAS_STATUS_EXECUTION_FAILED.
My environment is as follows:
TensorFlow: 1.15.0
CUDA: 10.0
cuDNN: 7
The 8GB memory on my original P4 GPU was sufficient for running the code, but after switching to the RTX 4090, this error occurs.
According to online sources, there are two potential solutions: reducing the model’s batch_size(), or changing the software versions.
I have already tried reducing the batch size, but the same error still occurs.
Upgrading the software versions would require significant changes to my existing codebase, so I would prefer not to do that.
Is there a better solution? Ideally, one that does not require switching versions.
My log output is shown below:
1.txt
Beta Was this translation helpful? Give feedback.
All reactions