Lines Matching refs:CUDA
49 Using PPCG to generate CUDA or OpenCL code
51 To convert a fragment of a C program to CUDA, insert a line containing
59 after the fragment. To generate CUDA code run
115 Compiling the generated CUDA code with nvcc
141 corresponding CUDA code runs fine.
157 in the CUDA or OpenCL code, but for now it is left to the user
195 the PPCG generated code using nvcc since CUDA does not support VLAs.
198 CUDA and function overloading
200 While CUDA supports function overloading based on the arguments types,
207 In the transformed (CUDA) code, however, overloading will cause the
233 title = {Polyhedral parallel code generation for CUDA},