We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[root@localhost gpu-burn-master]# ./gpu_burn 1000 GPU 0: NVIDIA A2 (UUID: GPU-da20406d-5c91-2506-a377-c919f8f6dea1) Initialized device 0 with 14830 MB of memory (14437 MB available, using 12993 MB of it), using FLOATS
启动gpuburn时 会有一段时间处于Initialized 这个状态, 这个是gpuburn的程序启动嘛? 对卡的状态是否有影响? 我GPU卡是否处于活跃状态?
望回复!谢谢!
The text was updated successfully, but these errors were encountered:
打印这行log的时候,是在GPU上分配那个12GB内存然后往GPU的这块显存填随机数,GPU这个时候是活跃的,在传输数据,接下来用这些数据进行压力测试的计算。
Sorry, something went wrong.
No branches or pull requests
[root@localhost gpu-burn-master]# ./gpu_burn 1000
GPU 0: NVIDIA A2 (UUID: GPU-da20406d-5c91-2506-a377-c919f8f6dea1)
Initialized device 0 with 14830 MB of memory (14437 MB available, using 12993 MB of it), using FLOATS
启动gpuburn时 会有一段时间处于Initialized 这个状态, 这个是gpuburn的程序启动嘛? 对卡的状态是否有影响? 我GPU卡是否处于活跃状态?
望回复!谢谢!
The text was updated successfully, but these errors were encountered: