From 279d5fedc4d9a9366a23bf0f1d08c43eaaf0973d Mon Sep 17 00:00:00 2001 From: Daniil Fukalov Date: Tue, 22 Mar 2016 14:57:59 +0300 Subject: [PATCH] added Notes about installing dependent CUDA headers --- hipamd/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hipamd/README.md b/hipamd/README.md index 0ddd4f9b91..e743c48ca0 100644 --- a/hipamd/README.md +++ b/hipamd/README.md @@ -45,3 +45,9 @@ sudo easy_install lit make -C path_to_hipify_src/build test ``` +# Notes +- To run, the tool needs "cuda minimal build" package: + 1. Download target installer from https://developer.nvidia.com/cuda-downloads. Choose "deb(network)" installer type to reduce downloaded packages size (we don't need the whole set) + 2. Run `sudo dpkg -i cuda-repo-ubuntu1404_7.5-18_amd64.deb` + 3. Run `sudo apt-get update` + 4. Run `sudo apt-get install cuda-minimal-build-7-5` - this will install needed files, (without nvidia drivers, runtime, tools etc.)