Wednesday, July 1, 2020

How to install Cuda 10.2 in Tyan B8252 (updated)

If met problem in compiler gpu_burn v1.0
(nvcc is missing)

$sudo apt-get install nvidia-cuda-toolkit
$sudo make

issue fixed

No comments:

Post a Comment

How to modify BMC function

 #Reset BMC password to default # ipmitool raw 0x32 0x66 #Enable BMC LAN # ipmitool raw 0x32 0xaa 0x00 #Disable BMC LAN # ipmitool raw 0x32 ...