lamikr / rocm_sdk_builder

Other
113 stars 8 forks source link

Add amd gpu driver /dev/kfd existence and permission check to install_deps.sh file #58

Closed lamikr closed 3 weeks ago

lamikr commented 3 weeks ago

Add a similar type check that we do for git configuration also for the /dev/kfd AMD gpu driver to check that the file exist and user has rad-write permissions to it.

If not print the /dev/kfd drivers owner group and advice how to add the user to that group.

lamikr commented 3 weeks ago

Fixed on commit in pull request https://github.com/lamikr/rocm_sdk_builder/pull/59