SWDEV-436821 Update hip samples Readme files

Change-Id: I6bf3a72eac4a4242cb2dbf4e6eee73e0e1bef2ef
This commit is contained in:
Rahul Manocha
2023-12-11 03:43:30 +00:00
orang tua f5deb13ce3
melakukan 76dd8ea569
29 mengubah file dengan 471 tambahan dan 237 penghapusan
-3
Melihat File
@@ -3,19 +3,16 @@
Simple test below is an example, shows how to use hipify-perl to port CUDA code to HIP:
- Add hip/bin path to the PATH
```
$ export PATH=$PATH:[MYHIP]/bin
```
- Define environment variable
```
$ export HIP_PATH=[MYHIP]
```
- Build executable file
```
$ cd ~/hip/samples/0_Intro/square
mkdir -p build && cd build