Displaying 1 result from an estimated 1 matches for "d__cudacc_rdc__".
2017 Jun 09
1
NVPTX Back-end: relocatable device code support for dynamic parallelism
...out what nvcc is doing when setting rdc to on, but
hat a few problem trying to understand whats going on. I will attach the
verbose output of nvcc. I
have no clue what the binaries cudafe/cudafe++ and cicc are doing so its
rather hard to guess whats happening.
There are additional options like -D__CUDACC_RDC__, --device-c and
--compile-only that are not used when rdc is off. All but --device-c can
be used with clang and i can compile my program, however i can't get it
to run properly. For each runtime call i get an unknown error with code 30.
I have few hope, that someone already has figured out...