NTC's AI Accelerator (HM30)

Environment

  • Ubuntu 18.04.6 with Kernel 5.4.0-150-generic

    • Kernel 5.4.0-150-generic will be automatically installed if Ethernet cable is connected during Ubuntu installation

    • Without Ethernet cable connected, the default kernel is shipped with 5.4.0-84. The kernel could be upgraded manually


# Remove the existing kernel image
sudo apt-get update
sudo apt-get remove linux-image-generic-hwe-18.04
sudo apt-get autoremove

# Install a new kernel
sudo apt-get install linux-image-5.4.0-150-generic

Benchmark

  • Remember to set CPU mode to MAX, and disable all C-state settings in BIOS.

  • Check PCIe speed (expected Gen4x8)

  • Disable thermal management demand to max out the CPU performance

  • Steps to run benchmark

  • The benchmark result will be dumped in dmesg

TBD

Try to recompile a unsigned kernel to have Ethernet work with Ethernet driver rebuild https://www.cyberciti.biz/tips/compiling-linux-kernel-26.htmlarrow-up-right

Last updated