-
Notifications
You must be signed in to change notification settings - Fork 912
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
[BUG] Interleaving cuDF operations with Tensorflow results in CUDA_ERROR_INVALID_VALUE
#14117
Comments
Does this leave device-1 as the currently active context? |
It does: https://www.tensorflow.org/guide/gpu#manual_device_placement
Although it doesn't matter which device I choose, the error is repeatable. |
FWIW, this WFM in a rapids-compose container (I did
|
I think I installed tensorflow the same way. It's also the same version (2.12.1). But running on bare metal. |
Which cuda version do you use? |
I have
|
Describe the bug
When executing cuDF code interleaved in certain tensorflow code paths, a device to host copy will result in a
CUDA_ERROR_INVALID_VALUE
error.Full stack trace
Steps/Code to reproduce bug
Min repro:
Expected behavior
Since keras layer only deal with constructing computation graph on the tensorflow side and shouldn't have interaction with cudf. cuDF operation shouldn't fail.
Environment overview (please complete the following information)
Environment details
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: