Lines Matching refs:GPU
13 To support GPU programming, the NVPTX back-end supports a subset of LLVM IR
14 along with a defined set of conventions used to represent GPU programming
375 The most common way to execute PTX assembly on a GPU device is to use the CUDA
376 Driver API. This API is a low-level interface to the GPU driver and allows for
377 JIT compilation of PTX code to native GPU machine code.
577 an explicit address space specifier. What is address space 1? NVIDIA GPU
600 program), or a `device` function (callable only from GPU code). You can think
601 of `kernel` functions as entry-points in the GPU program. To mark an LLVM IR
630 a real GPU device? The CUDA Driver API provides a convenient mechanism for
631 loading and JIT compiling PTX to a native GPU device, and launching a kernel.
639 compile PTX to machine code (SASS) for a specific GPU architecture. Such