Skip to content

Commit 75aadff

Browse files
author
Gregory Stoner
authored
Update ROCmInstall.md
1 parent 702ef5c commit 75aadff

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ROCmInstall.md

-7
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,6 @@ Verify you have the correct Kernel Post install
151151
uname -r
152152
4.9.0-kfd-compute-rocm-rel-1.6-77
153153
```
154-
155-
Test the driver is installed correctly
156-
```shell
157-
cd /opt/rocm/hsa/sample
158-
make
159-
./vector_copy
160-
```
161154
Test if OpenCL is working based on default ROCm OpenCL include and library locations:
162155
```shell
163156
g++ -I /opt/rocm/opencl/include/ ./HelloWorld.cpp -o HelloWorld -L/opt/rocm/opencl/lib/x86_64 -lOpenCL

0 commit comments

Comments
 (0)