Replies: 1 comment · 4 replies
|
It looks like a ROCm compiler issue. Can you try ROCm 3.9 instead? |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am trying to add benchmarks to mgpusim because I need benchmarks that generate big mem traces and work well with multiple gpus. I am trying to compile new benchmarks from rodinia but I am running through error I don't know how to solve. I am using rocm 4.0.1 in ubuntu 20.04 and clang-ocl. I am getting
/usr/include/stdio.h:137:14: error: extern variable must reside in constant address spaceand other errors related to this two files.Has anyone some advice to solve this problem or how to compile things to add a benchmark?
I am using the option -mcpu=gfx803, because as far I know it to obtain the hsaco of the architecture that simulate mgpusim.
All reactions