I want to use the Nvidia web driver properly on macOS high Sierra 10.13.6 (17G12034).

Asked 1 years ago, Updated 1 years ago, 62 views

https://developpaper.com/tensorflow-1-8-with-gpu-on-macos-high-sierra-10-13-6/

I was going to use this site to install the nvidia web driver, but only 387.10.10.10.40.135 was compatible with high sierra 10.13.6 (17G12034).
CUDA 10.1 supports this version of the driver, and CUDA 9.2 is used on the site above, so I am having trouble building tensorflow.

Also, when I try to match everything like CUDAtoolkit to the Nvidia web driver version, it doesn't recognize the GPU.

$nvcc-V

nvcc —NVIDIA(R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Tue_Jun_12_23:08:12_CDT_2018
Cuda compilation tools, release 9.2, V9.2.148

Also,

$./bin/x86_64/darwin/release/deviceQuery

./bin/x86_64/darwin/release/deviceQuery Starting...

 CUDA Device Query (Runtime API) version (CUDART static linking)

cudaGetDeviceCount returned 35
->CUDA driver version is effective for CUDA runtime version
Result= FAIL

appears.
I did everything on the website above.
Why don't you recognize the GPU?
I apologize for my poor writing.I look forward to hearing from you.

macos tensorflow gpu

2022-09-30 20:18

1 Answers

Is Mac OS {10.13.6 (17G12034}?
NVIDIA Web Driver: 387.10.10.1040.135
CUDA Driver Version: 418.163


2022-09-30 20:18

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.