You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for your awesome diagram. I am trying to instrument host code, but I don't know what flag to set to generate separate .bc and link them into executable file. Could you elaborate on that or point me to the CMakeLists that includes the building process?
The text was updated successfully, but these errors were encountered:
It looks like the process is done in compile-tests/makefile, but it combines the host and device code when generate host.bc, and the command running host instrumentation is commented out. Which file should I modify to build my own pass of host.bc?
Hi, thanks for your awesome diagram. I am trying to instrument host code, but I don't know what flag to set to generate separate .bc and link them into executable file. Could you elaborate on that or point me to the CMakeLists that includes the building process?
The text was updated successfully, but these errors were encountered: