This website requires JavaScript.
Explore
Help
Sign In
AI
/
rocm-systems
Watch
2
Star
0
Fork
0
You've already forked rocm-systems
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0e282baf2eac72b9c4ffa5415dcafe9d32e2f98c
rocm-systems
/
projects
/
hip
/
packaging
/
hip-nvcc.prerm
T
6 lines
65 B
Bash
Raw
Normal View
History
Unescape
Escape
Changes for multiple ROCm installation (
#1771
)
2020-01-21 00:47:35 -08:00
#!/bin/bash
Fix install script syntax error (
#1805
)
2020-01-24 02:52:57 -08:00
if
[
-L
"/opt/rocm"
]
;
then
Changes for multiple ROCm installation (
#1771
)
2020-01-21 00:47:35 -08:00
unlink /opt/rocm
fi
Reference in New Issue
Copy Permalink