Skip to content

Commit

Permalink
Ensure ecc kernel module is loaded before the nvidia module is
Browse files Browse the repository at this point in the history
  • Loading branch information
JJL772 committed Feb 29, 2024
1 parent f7823fc commit 877a9c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data_gpu/driver/comp_and_load_drivers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ cd $NVIDIA_PATH

make CC=gcc-12

modprobe ecc
/usr/sbin/insmod nvidia.ko NVreg_OpenRmEnableUnsupportedGpus=1 NVreg_EnableStreamMemOPs=1
/usr/sbin/insmod nvidia-modeset.ko
/usr/sbin/insmod nvidia-uvm.ko
Expand Down

0 comments on commit 877a9c9

Please sign in to comment.