kstaats / karoo_gp

A Genetic Programming platform for Python with TensorFlow for wicked-fast CPU and GPU support.
Other
159 stars 61 forks source link

KarooGP on Mac with AMD GPU #39

Open asksak opened 2 years ago

asksak commented 2 years ago

It is possible to use the discrete AMD GPU on both MacBook Pro and iMAc by using tensorflow-macos and tensorflow-metal.

The current KarooGP implementation must be configured to run on the AMD GPU for this to work, especially with the NEW MAC STUDIO with prolific CPU and GPU power out soon.

kstaats commented 2 years ago

Thank you!

On 5/2/22 02:42, asksak wrote:

It is possible to use the discrete AMD GPU on both MacBook Pro and iMAc by using tensorflow-macos and tensorflow-metal.

The current KarooGP implementation must be configured to run on the AMD GPU for this to work, especially with the NEW MAC STUDIO with prolific CPU and GPU power out soon.

asksak commented 2 years ago

By the way, I installed tensorflow-macos, and I get far better performance on my Mac.

kstaats commented 2 years ago

Very good!

On 6/12/22 09:23, asksak wrote:

By the way, I installed tensorflow-macos, and I get far better performance on my Mac.