Skip to content

Tensorflow 2.3 doesn't recognize GeForce MX130 GPU #41892

Closed
@elishafer

Description

@elishafer

System information

  • OS Platform and Distribution: Linux Ubuntu 18.04.4
  • TensorFlow installed from: binary as per instructions on tf website
  • TensorFlow version: 2.3
  • Python version: 3.6
  • Installed using : pip
  • CUDA/cuDNN version: CUDA 10.1, cuDNN 7
  • GPU model and memory: GeForce MX130, 2GB

Problem Description:
Tensorflow 2.3 doesn't recognize my GPU.

Provide the exact sequence of commands / steps that you executed before running into the problem
After installation I run the following:

python3 -c "import tensorflow as tf;print(tf.reduce_sum(tf.random.normal([1000, 1000])))"

I get this error message:

tensorflow.python.framework.errors_impl.InternalError: CUDA runtime implicit initialization on GPU:0 failed. Status: device kernel image is invalid

On Tensorflow 2.2, I don't get the error.

Metadata

Metadata

Assignees

Labels

TF 2.3Issues related to TF 2.3comp:gpuGPU related issuestype:build/installBuild and install issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions