Intel Arc Graphics GPU not detected by Python (TensorFlow)
I’m having trouble getting my Intel Arc Graphics GPU recognized by Python (specifically, TensorFlow). I’ve installed the latest drivers and TensorFlow version, but when I run
tf.config.list_physical_devices('GPU')
it only detects my CPU.