Lines Matching refs:compilation
39 CUDA compilation is supported on Linux. Compilation on MacOS and Windows may or
45 Invoking clang for CUDA compilation works similarly to compiling regular C++.
78 v10.0 CUDA SDK `no longer supports compilation of 32-bit
199 This is tricky, because NVCC may invoke clang as part of its own compilation
207 compilation, in host and device modes:
219 Both clang and nvcc define ``__CUDACC__`` during CUDA compilation. You can
235 compilation models used by clang and nvcc. nvcc uses *split compilation*,
258 clang uses *merged parsing*. This is similar to split compilation, except all
260 compilation steps.
280 ``F`` is passed to this compilation, and clang includes it in a special ELF
288 host compilation and during device compilation for each GPU architecture.)
448 // clang generates an error here, because during host compilation, we
450 // overload must be present *even during host compilation*.