Searched refs:kernels (Results 1 – 25 of 78) sorted by relevance
1234
/external/mesa3d/src/gallium/state_trackers/clover/llvm/ |
D | invocation.cpp | 138 find_kernels(llvm::Module *mod, std::vector<llvm::Function *> &kernels) { in find_kernels() argument 142 kernels.push_back(llvm::dyn_cast<llvm::Function>( in find_kernels() 149 const std::vector<llvm::Function *> &kernels) { in link() argument 175 for (std::vector<llvm::Function *>::const_iterator I = kernels.begin(), in link() 176 E = kernels.end(); in link() 191 const std::vector<llvm::Function *> &kernels) { in build_module_llvm() argument 207 assert(kernels.size() == 1); in build_module_llvm() 209 kernel_func = kernels[0]; in build_module_llvm() 257 std::vector<llvm::Function *> kernels; 261 find_kernels(mod, kernels); [all …]
|
/external/squashfs-tools/ |
D | INSTALL | 9 This release is for 2.6.29 and newer kernels. Kernel patching is not necessary. 12 extended attributes can be mounted on 2.6.29 and newer kernels (the 15 LZO compression support requires 2.6.36 or newer kernels. 17 XZ compression support requires 2.6.38 or newer kernels.
|
D | README | 15 is the last release that supported 2.4 kernels.
|
/external/valgrind/drd/scripts/ |
D | run-splash2 | 189 cd ${SPLASH2}/codes/kernels/cholesky/inputs 198 run_test ${SPLASH2}/codes/kernels/fft/FFT -t -l$((log2_cache_size/2)) -m16 201 run_test ${SPLASH2}/codes/kernels/lu/contiguous_blocks/LU -n512 216 run_test ${SPLASH2}/codes/kernels/radix/RADIX -n$((2**20)) -r1024
|
/external/iproute2/ |
D | README.decnet | 25 kernels node address to work properly with 2.4 kernels. This should 26 be fine with 2.6 kernels as the routing code has been extensively
|
/external/iptables/extensions/ |
D | libxt_DNAT.man | 22 those kernels, if you specify more than one destination address, either via an 38 IPv6 support available since Linux kernels >= 3.7.
|
D | libxt_SNAT.man | 23 kernels, if you specify more than one source address, either via an address 45 IPv6 support available since Linux kernels >= 3.7.
|
D | libxt_TOS.man | 30 NOTE: In Linux kernels up to and including 2.6.38, with the exception of 35 aformentioned kernels forgo the inversion which breaks --set-tos and its
|
D | libxt_SECMARK.man | 5 table (for backwards compatibility with older kernels, it is also
|
D | libxt_NETMAP.man | 11 IPv6 support available since Linux kernels >= 3.7.
|
D | libxt_CONNSECMARK.man | 6 table (for backwards compatibility with older kernels, it is also
|
D | libxt_REDIRECT.man | 24 IPv6 support available starting Linux kernels >= 3.7.
|
D | libxt_SET.man | 25 standard kernels, is the case since Linux 2.6.39.
|
D | libxt_MASQUERADE.man | 28 IPv6 support available since Linux kernels >= 3.7.
|
D | libipt_REJECT.man | 32 (*) Using icmp\-admin\-prohibited with kernels that do not support it will result in a plain DROP i…
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-4.2 | 21 mountable on 2.6.29 and later kernels. 28 XZ support is in 2.6.38 and newer kernels.
|
D | README-4.1 | 22 mountable on 2.6.29 and later kernels. 46 Extended attribute support is in 2.6.35 and later kernels. File systems 47 with extended attributes can be mounted on 2.6.29 and later kernels, the 55 LZO support is in 2.6.36 and newer kernels. LZMA is not yet in mainline.
|
/external/clang/test/CodeGenOpenCL/ |
D | kernel-metadata.cl | 9 // CHECK: !opencl.kernels = !{!0}
|
D | kernel-attributes.cl | 9 // CHECK: opencl.kernels = !{[[MDNODE0:![0-9]+]], [[MDNODE3:![0-9]+]]}
|
/external/llvm/test/CodeGen/NVPTX/ |
D | i1-param.ll | 6 ; Make sure predicate (i1) operands to kernels get expanded out to .u8
|
/external/libselinux/ |
D | README.android | 30 booting multiple kernels, 35 and matching kernels and userspace easily,
|
/external/iptables/ |
D | INCOMPATIBILITIES | 4 with kernels that do not support it, will result in a plain DROP instead
|
/external/valgrind/gdbserver_tests/ |
D | mcinvokeRU.vgtest | 9 # on kernels where ptrace is restricted.
|
/external/llvm/test/CodeGen/R600/ |
D | loop-address.ll | 32 !opencl.kernels = !{!0, !1, !2, !3}
|
/external/eigen/Eigen/ |
D | SparseLU | 19 * The code is fully optimized for supernode-panel updates with specialized kernels.
|
1234