Skip to content
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

Lowering to bef in Tensorflow XLA failed with error #110

Open
AmosChenYQ opened this issue Oct 28, 2022 · 0 comments
Open

Lowering to bef in Tensorflow XLA failed with error #110

AmosChenYQ opened this issue Oct 28, 2022 · 0 comments

Comments

@AmosChenYQ
Copy link

When I use ResNet50 with XLA enabled in tensorflow with a simple file to benchmark XLA performance under different batch sizes, but the model can run successfully in batch size like [1, 2] [2, 3] [3, 4], but fails in batch size like [1, 2, 3] with some error messages like "loc("cudnn-conv-bias-activation.2"): error: runtime error: 'cudnnCreate(&handle)': CUDNN_STATUS_INTERNAL_ERROR"

I add some logs to determine where the error comes from and it's proven from here

https://github.com/AmosChenYQ/tensorflow/blob/amoschenyq-debug/tensorflow/compiler/xla/service/gpu/gpu_executable.cc#L1324

(PS: I have to add my forked tensorflow here because new tensorflow seems to have those part of code removed)

So does anyone knows what is the meaning of this code error information? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant