You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
daemon/devices: Turn RegisterGPUDeviceDrivers into func
Change GPU device driver registration from init-time function assignment
to direct function exports.
This removes the init() function and global function variable pattern in
favor of a more explicit approach.
Signed-off-by: Paweł Gronowski <[email protected]>
0 commit comments