jungwonkim / amd-toy

0 stars 0 forks source link

rocm layout change #1

Closed moultonsa closed 8 months ago

moultonsa commented 8 months ago

Hi Jungwon,

ROCM has changed the layout, merging HIP in organically. To get the toy to work I did the following.

FYI

-s

hsm@cousteau:~/git/github/amd-toy[main !?]$ git diff Makefile diff --git a/Makefile b/Makefile index 8e3127a..5abbcf9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all:toy kernel.code

toy: toy.cpp

jungwonkim commented 8 months ago

Fixed. Thank you, Steve!