tinygrad / open-gpu-kernel-modules

NVIDIA Linux open GPU with P2P support
Other
928 stars 87 forks source link

rmmod in correct order #1

Closed gregjhogan closed 7 months ago

gregjhogan commented 7 months ago

When removed in the correct order all kernel modules are successfully removed in one shot (and with no errors).

If something is using one of the modules it will never get unloaded on it's own, so I can't see a reason to have multiple rmmod calls.

geohot commented 7 months ago

Makes sense