OpenMP target error `alias definitions not supported in this configuration`
I want to use OpenMP target
construct to run a loop on a GPU device. After many trial, I discovered that my gcc compiler fails to compile a recursive function.
I want to use OpenMP target
construct to run a loop on a GPU device. After many trial, I discovered that my gcc compiler fails to compile a recursive function.