Revert "Merge branch 'amd-master-next' into amd-npi-next"

This reverts commit 873a2e33d3.

Reason for revert: <INSERT REASONING HERE>

Change-Id: I53322718dadde2c98f96140b8e260ec7ee9ef721


[ROCm/hip-tests commit: 051c84bba3]
This commit is contained in:
Vladislav Sytchenko
2020-10-05 12:26:18 -04:00
parent 873a2e33d3
commit 5bc903a0cd
27 changed files with 249 additions and 1777 deletions
-27
View File
@@ -1,27 +0,0 @@
Build procedure
We provide Makefile and CMakeLists.txt to build the samples seperately.
1.Makefile supports shared lib of hip-rocclr runtime and nvcc.
To build a sample, just type in sample folder,
make
2.CMakeLists.txt can support shared and static libs of hip-rocclr runtime.
To build a sample, type in sample folder,
mkdir build (if build folder is missing)
cd build
cmake ..
make
If you want debug version, follow,
cmake -DCMAKE_BUILD_TYPE=Debug ..