Home
last modified time | relevance | path

Searched refs:CUDA (Results 1 – 25 of 83) sorted by relevance

1234

/external/opencv3/modules/core/doc/
Dcuda.markdown1 CUDA Module Introduction {#cuda_intro}
7 The OpenCV CUDA module is a set of classes and functions to utilize CUDA computational capabilities.
8 It is implemented using NVIDIA\* CUDA\* Runtime API and supports only NVIDIA GPUs. The OpenCV CUDA
11 vision algorithms taking advantage of CUDA whereas the high-level functionality includes some
15 The CUDA module is designed as a host-level API. This means that if you have pre-compiled OpenCV
16 CUDA binaries, you are not required to have the CUDA Toolkit installed or write any extra code to
17 make use of the CUDA.
19 The OpenCV CUDA module is designed for ease of use and does not require any knowledge of CUDA.
22 preferred data formats are, and so on. The CUDA module is an effective instrument for quick
23 implementation of CUDA-accelerated computer vision algorithms. However, if your algorithm involves
[all …]
/external/llvm/docs/
DCompileCudaWithLLVM.rst2 Compiling CUDA C/C++ with LLVM
11 This document contains the user guides and the internals of compiling CUDA
12 C/C++ with LLVM. It is aimed at both users who want to compile CUDA with LLVM
14 familiarity with CUDA. Information about CUDA programming can be found in the
15 `CUDA programming guide
18 How to Build LLVM with CUDA Support
50 How to Compile CUDA C/C++ with LLVM
53 We assume you have installed the CUDA driver and runtime. Consult the `NVIDIA
54 CUDA installation Guide
58 Suppose you want to compile and run the following CUDA program (``axpy.cu``)
[all …]
DNVPTXUsage.rst21 This document assumes a basic familiarity with CUDA and the PTX
22 assembly language. Information about the CUDA Driver API and the PTX assembly
23 language can be found in the `CUDA documentation
100 copy data to it by name with the CUDA Driver API.
117 generated PTX compatible with the CUDA Driver API.
119 Example: 32-bit PTX for CUDA Driver API: ``nvptx-nvidia-cuda``
121 Example: 64-bit PTX for CUDA Driver API: ``nvptx64-nvidia-cuda``
223 map in the following way to CUDA builtins:
226 CUDA Builtin PTX Special Register Intrinsic
252 instruction, equivalent to the ``__syncthreads()`` call in CUDA.
[all …]
/external/opencv3/cmake/
DOpenCVDetectCUDA.cmake2 …message(STATUS "CUDA compilation is disabled (due to only Visual Studio compiler supported on your…
7 message(STATUS "CUDA compilation is disabled (due to Clang unsupported on your platform).")
16 find_host_package(CUDA "${MIN_VER_CUDA}" QUIET)
39 message(STATUS "CUDA detected: " ${CUDA_VERSION})
45 …set(CUDA_GENERATION "" CACHE STRING "Build CUDA device code only for specific GPU architecture. Le…
74 …message(STATUS "Automatic detection of CUDA generation failed. Going to build for all known archit…
155 message(STATUS "CUDA NVCC target flags: ${CUDA_NVCC_FLAGS}")
157 OCV_OPTION(CUDA_FAST_MATH "Enable --use_fast_math for CUDA compiler " OFF)
172 … # we remove -ggdb3 flag as it leads to preprocessor errors when compiling CUDA files (CUDA 4.1)
DFindCUDA.cmake5 # Tools for building CUDA C files: libraries and build dependencies.
7 # This script locates the NVIDIA CUDA C tools. It should work on linux,
8 # windows, and mac and should be reasonably up to date with CUDA C
13 # acceptable version of CUDA was found.
40 # or C files from CUDA code just won't work, because size_t gets defined by
49 # This allows the user to build the target from the CUDA file; however, bad
50 # things can happen if the CUDA source file is added to multiple targets.
67 # -- Set to ON for Emulation mode. -D_DEVICEEMU is defined for CUDA C files
103 # -- If set this will enable separable compilation for all CUDA runtime object
110 # -- Set to ON to see all the commands used when building the CUDA file. When
[all …]
/external/opencv3/modules/cudev/test/
DCMakeLists.txt20 # we remove -ggdb3 flag as it leads to preprocessor errors when compiling CUDA files (CUDA 4.1)
/external/opencv3/modules/cudaarithm/test/
Dtest_gpumat.cpp162 INSTANTIATE_TEST_CASE_P(CUDA, GpuMat_SetTo, testing::Combine(
232 INSTANTIATE_TEST_CASE_P(CUDA, GpuMat_CopyTo, testing::Combine(
323 INSTANTIATE_TEST_CASE_P(CUDA, GpuMat_ConvertTo, testing::Combine(
362 INSTANTIATE_TEST_CASE_P(CUDA, EnsureSizeIsEnough, ALL_DEVICES);
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerKernelArgs.cpp200 if (TM && TM->getDrvInterface() == NVPTX::CUDA) { in runOnFunction()
224 else if (TM && TM->getDrvInterface() == NVPTX::CUDA) in runOnFunction()
DNVPTXSubtarget.cpp56 if (TM.getDrvInterface() == NVPTX::CUDA) in hasImageHandles()
/external/clang/test/Frontend/
Dstdlang.c5 #if defined(CUDA)
/external/opencv3/modules/cudabgsegm/
DCMakeLists.txt5 set(the_description "CUDA-accelerated Background Segmentation")
/external/opencv3/modules/cudastereo/
DCMakeLists.txt5 set(the_description "CUDA-accelerated Stereo Correspondence")
/external/opencv3/modules/cudafilters/
DCMakeLists.txt5 set(the_description "CUDA-accelerated Image Filtering")
/external/opencv3/modules/cudaobjdetect/
DCMakeLists.txt5 set(the_description "CUDA-accelerated Object Detection")
/external/opencv3/modules/cudawarping/
DCMakeLists.txt5 set(the_description "CUDA-accelerated Image Warping")
/external/clang/test/CodeGenCUDA/Inputs/
Ddevice-code-2.ll1 ; Simple bit of IR to mimic CUDA's libdevice.
/external/opencv3/modules/cudalegacy/
DCMakeLists.txt5 set(the_description "CUDA-accelerated Computer Vision (legacy)")
/external/opencv3/modules/cudaoptflow/
DCMakeLists.txt5 set(the_description "CUDA-accelerated Optical Flow")
/external/opencv3/modules/cudaimgproc/
DCMakeLists.txt5 set(the_description "CUDA-accelerated Image Processing")
/external/opencv3/modules/cudafeatures2d/
DCMakeLists.txt5 set(the_description "CUDA-accelerated Feature Detection and Description")
/external/opencv3/modules/cudev/
DCMakeLists.txt5 set(the_description "CUDA device layer")
/external/opencv3/modules/cudacodec/
DCMakeLists.txt5 set(the_description "CUDA-accelerated Video Encoding/Decoding")
/external/opencv3/modules/cudaarithm/
DCMakeLists.txt5 set(the_description "CUDA-accelerated Operations on Matrices")
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
Dprivate.hpp54 # error cudalegacy module requires CUDA
/external/vulkan-validation-layers/libs/glm/gtx/
Dfast_square_root.inl30 # ifdef __CUDACC__ // Wordaround for a CUDA compiler bug up to CUDA6
41 # ifdef __CUDACC__ // Wordaround for a CUDA compiler bug up to CUDA6

1234