David Salinas

Results 30 comments of David Salinas

So, I just tried to reproduce this error, building rocRAND, with latest HCC and HIP, and I couldn't reproduce the error you're seeing. But I'm not terribly surprised that you...

@ghostplant : thanks. Just to keep you updated, we've opened an internal issue/bug report for this problem. We're investigating and will update this Issue.

I'm assuming that you are building from latest clang_tot_upgrade branch, you will need to update/refresh your AMD HSA runtime (hsa-rocr-dev).

sorry for not getting back to you sooner. Just do an "apt-get update" and then "apt-get upgrade". Is this still an issue for you with latest HCC ?

This is actually expected behaviour. Those builtins are only available for intel targets. HCC is a single-source CPU/GPU compiler. So there are two passes; one for CPU (host) and one...

KalmarContext* getContext() is defined in lib/mcwamp.cpp and libmcwamp.so. How are invoking HCC ?

@AlexVlx @scchan @whchung Do any of you recall if we need to have an exec stack in mcwamp.o? I can try to add -noexecstack to our build of mcwamp.cpp and...

@tstellar This just seems like the default (on ubuntu for ELF), unless we explicitly remove the exec stack from mcwamp.o. Do you have concerns with the exec stack being there?

@tstellar sorry for the delay. So, I believe this is an artifact of default Clang behaviour. I'm trying to see if this can be disabled by default.