Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 632 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 632 Bytes

Quick adapted test on Tensorflow-GPU to be used in Phoronix-Test-Suites.

Quick Start

  • Put this repository in your ${HOME}/.phoronix-test-suite/test-profiles/local/
  • Rename the directory to just: tensorflowgpu
  • With the following commands, to install and run the test:
    • phoronix-test-suite install tensorflowgpu

    • phoronix-test-suite run-test tensorflowgpu

Note

  • Please check the version of your installed CUDA in install.sh, that must be matched with the tensorflow-gpu. Tensorflow-gpu==1.9 requires CUDA==9.0. No less, no more.