Searched refs:NVIDIA (Results 1 – 25 of 27) sorted by relevance
12
/external/opencv3/cmake/templates/ |
D | cvconfig.h.in | 4 /* Compile for 'real' NVIDIA GPU architectures */ 10 /* NVIDIA GPU features are used */ 13 /* Compile for 'virtual' NVIDIA PTX architectures */
|
/external/opencv3/modules/core/doc/ |
D | cuda.markdown | 8 It is implemented using NVIDIA\* CUDA\* Runtime API and supports only NVIDIA GPUs. The OpenCV CUDA 36 Compilation for Different NVIDIA\* Platforms 39 NVIDIA\* compiler enables generating binary code (cubin and fatbin) and intermediate code (PTX).
|
/external/opencv3/cmake/FindCUDA/ |
D | parse_cubin.cmake | 1 # James Bigler, NVIDIA Corp (nvidia.com - jbigler) 4 # Copyright (c) 2008 - 2009 NVIDIA Corporation. All rights reserved.
|
D | make2cmake.cmake | 1 # James Bigler, NVIDIA Corp (nvidia.com - jbigler) 4 # Copyright (c) 2008 - 2009 NVIDIA Corporation. All rights reserved.
|
D | run_nvcc.cmake | 1 # James Bigler, NVIDIA Corp (nvidia.com - jbigler) 3 # Copyright (c) 2008 - 2009 NVIDIA Corporation. All rights reserved.
|
/external/v8/src/base/ |
D | cpu.h | 47 static const int NVIDIA = 0x4e; variable
|
/external/skia/ |
D | AUTHORS | 28 NVIDIA <*@nvidia.com>
|
/external/opencv3/ |
D | LICENSE | 12 Copyright (C) 2009-2015, NVIDIA Corporation, all rights reserved.
|
D | NOTICE | 12 Copyright (C) 2009-2015, NVIDIA Corporation, all rights reserved.
|
D | CMakeLists.txt | 1059 status(" NVIDIA CUDA") 1064 status(" NVIDIA GPU arch:" ${OPENCV_CUDA_ARCH_BIN}) 1065 status(" NVIDIA PTX archs:" ${OPENCV_CUDA_ARCH_PTX})
|
/external/llvm/docs/ |
D | CompileCudaWithLLVM.rst | 53 We assume you have installed the CUDA driver and runtime. Consult the `NVIDIA 167 32-bit ones on NVIDIA GPUs due to lack of a divide unit. Many of the 64-bit
|
D | NVPTXUsage.rst | 577 an explicit address space specifier. What is address space 1? NVIDIA GPU
|
D | CodeGenerator.rst | 2419 the NVIDIA NVPTX code generator for LLVM. It is contributed by NVIDIA and is 2425 the official NVIDIA toolchain.
|
/external/autotest/client/deps/glbench/ |
D | USAGE_glbench | 23 # board_id: NVIDIA Corporation - Quadro FX 380/PCI/SSE2
|
/external/libdrm/ |
D | configure.ac | 244 dnl $3 - GPU name/brand. Eg. Intel, NVIDIA Tegra, ... 264 LIBDRM_ATOMICS_NOT_FOUND_MSG($NOUVEAU, nouveau, NVIDIA, nouveau) 273 LIBDRM_ATOMICS_NOT_FOUND_MSG($TEGRA, tegra, NVIDIA Tegra, tegra-experimental-api)
|
/external/opencv3/cmake/ |
D | FindCUDA.cmake | 7 # This script locates the NVIDIA CUDA C tools. It should work on linux, 260 # supported by NVIDIA. If you want to change 281 # CUDA_npp_LIBRARY -- NVIDIA Performance Primitives lib. 283 # CUDA_nppc_LIBRARY -- NVIDIA Performance Primitives lib (core). 285 # CUDA_nppi_LIBRARY -- NVIDIA Performance Primitives lib (image processing). 287 # CUDA_npps_LIBRARY -- NVIDIA Performance Primitives lib (signal processing). 297 # James Bigler, NVIDIA Corp (nvidia.com - jbigler) 300 # Copyright (c) 2008 - 2009 NVIDIA Corporation. All rights reserved. 812 …"[HKEY_LOCAL_MACHINE\\SOFTWARE\\NVIDIA Corporation\\Installed Products\\NVIDIA SDK 10\\Compute;Ins…
|
/external/clang/include/clang/Frontend/ |
D | LangStandards.def | 150 "NVIDIA CUDA(tm)",
|
/external/v8/ |
D | AUTHORS | 14 NVIDIA Corporation <*@nvidia.com>
|
/external/llvm/include/llvm/ADT/ |
D | Triple.h | 128 NVIDIA, enumerator
|
/external/opencv3/doc/tutorials/introduction/android_binary_package/ |
D | android_dev_intro.markdown | 39 **NVIDIA**. 47 @note *NVIDIA*'s Tegra Android Development Pack includes some special features for *NVIDIA*’s [Tegra
|
D | O4A_SDK.markdown | 26 Pack](http://developer.nvidia.com/tegra-android-development-pack) (**TADP**) released by **NVIDIA**
|
/external/llvm/lib/Support/ |
D | Triple.cpp | 148 case NVIDIA: return "nvidia"; in getVendorTypeName() 408 .Case("nvidia", Triple::NVIDIA) in parseVendor()
|
/external/mesa3d/docs/ |
D | RELNOTES-4.1 | 25 NVIDIA's vertex programming extension
|
D | RELNOTES-5.1 | 41 NVIDIA's fragment-level programming feature.
|
/external/v8/src/arm64/ |
D | assembler-arm64.cc | 56 if (cpu.implementer() == base::CPU::NVIDIA && in ProbeImpl()
|
12