Displaying 1 result from an estimated 1 matches for "5c639e9b".
2018 Dec 11
2
Automatic GPU Code Generation
Hello,
I need to ask, like automatic compiler vectorization, can GPU ISA be
generated automatically, by skipping the CUDA programming?
For instance if i just write C code there can be 2 possibilities, semi and
full automatic.
In case of semi, we can write #pragma directives to say this should be run
on gpu. hence can the compiler generates directly gpu ISA, skipping CUDA
code?
In case of fully