You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the instructions, but afterwards I get the errorcode
Could not identify NUMA node of platform GPU ID 0, defaulting to 0. Your kernel may not have been built with NUMA support.
every time I run something with Tensorflow. The program runs as otherwise expected, and the programs does not stop but continues to run, only very slow (far slower than using CPU).
Besides that errorcode I also get
Plugin optimizer for device_type GPU is enabled.
every time.
I am using a regular M1, and have followed the instructions, and also tested the "list physical devices" which works just fine.
TensorFlow 2.7
The text was updated successfully, but these errors were encountered:
Im having the same issue when compiling a model on my M2pro. I tensorflow[/core/common_runtime/pluggable_device/pluggable_device_factory.cc:306](https://file+.vscode-resource.vscode-cdn.net/core/common_runtime/pluggable_device/pluggable_device_factory.cc:306)] Could not identify NUMA node of platform GPU ID 0, defaulting to 0. Your kernel may not have been built with NUMA support.
I had the same error as well. But I fixed it through this Apple Developer post.
Dropping back to versions: tensorflow-macos==2.9 and tensorflow-metal==0.5.0 fixed the issue for me.
I followed the instructions, but afterwards I get the errorcode
Could not identify NUMA node of platform GPU ID 0, defaulting to 0. Your kernel may not have been built with NUMA support.
every time I run something with Tensorflow. The program runs as otherwise expected, and the programs does not stop but continues to run, only very slow (far slower than using CPU).
Besides that errorcode I also get
Plugin optimizer for device_type GPU is enabled.
every time.
I am using a regular M1, and have followed the instructions, and also tested the "list physical devices" which works just fine.
TensorFlow 2.7
The text was updated successfully, but these errors were encountered: