LoginSignup
1
0

More than 5 years have passed since last update.

Geekbench4 on Ubuntu 16.04

Last updated at Posted at 2017-12-15

Geekbench4のCUDAベンチをUbuntu 16.04で取りたい時のメモ

# wget http://cdn.geekbench.com/Geekbench-4.2.0-Linux.tar.gz
# tar zxvfp Geekbench-4.2.0-Linux.tar.gz
# cd Geekbench-4.2.0-Linux/
# ./geekbench4 --compute CUDA

CUDAベンチをする場合にはライセンスが必要な為、10ドル程支払いライセンスの取得後に、CUDAテストの実行

# ./geekbench4 -r [mail-address] [メールで送られてきたライセンス番号]

複数枚のGPUが刺さっている場合には下記コマンドで確認と指定
# ./geekbench4 --compute-list
Geekbench 4.2.0 : http://www.geekbench.com/

CUDA
0 0 GeForce GTX 1070
0 1 GeForce GTX 1050 Ti
OpenCL
0 0 GeForce GTX 1070
0 1 GeForce GTX 1050 Ti

GPUを指定してCUDAベンチの実行 (GTX 1070)
# ./geekbench4 --compute CUDA --compute-platform-id 0 --compute-device-id 0

GPUを指定してCUDAベンチの実行 (GTX 1050 Ti)
# ./geekbench4 --compute CUDA --compute-platform-id 0 --compute-device-id 1
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0