0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

gpu-burn で GPU のストレステストをするメモ

Last updated at Posted at 2021-06-02

ぶっそうな名前がついていますが, 中身は cuBlas で gemm/dgemm 計算してストレステストするツールです.
ストレスかけるのには他にマイニングソフト使う手もありますが, gpu-burn は FPU も使うのでよりストレスかけるテストに使えます.

ビルドは CUDA SDK あれば特に問題なくいけるはずです.

GPU を指定する

プログラム自体では指定できません.

CUDA_VISIBLE_DEVICES=1 ./gpu_burn などとして, CUDA_VISIBLE_DEVICES 環境変数を使いましょう.

ただ, GPU 温度表示は nvidia-smi でクエリしているため, 齟齬が生じておかしくなってしまいますので注意です!

TODO

  • OpenCL で似たのがあるかしらべる(AMD GPU でストレステストしたいときとか用)
0
1
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?