blob: 7deea244585ffb049d7708731684e34b52921fe5 (
plain)
1
2
3
4
5
6
7
|
post_install() {
cat <<- "EOF"
* /opt/radeon-gpu-profiler/EULA.txt
* https://radeon-gpuprofiler.readthedocs.io/en/latest/
* https://gpuopen.com/rgp/#requirements (supported GPUs)
EOF
}
|