Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hwlocality_cudart(3) [debian man page]

CUDA Runtime API Specific Functions(3)			     Hardware Locality (hwloc)			    CUDA Runtime API Specific Functions(3)

NAME
CUDA Runtime API Specific Functions - Functions static inline int hwloc_cudart_get_device_pci_ids (hwloc_topology_t topology , int device, int *domain, int *bus, int *dev) static inline int hwloc_cudart_get_device_cpuset (hwloc_topology_t topology , int device, hwloc_cpuset_t set) static inline hwloc_obj_t hwloc_cudart_get_device_pcidev (hwloc_topology_t topology, int device) Function Documentation static inline int hwloc_cudart_get_device_cpuset (hwloc_topology_t topology, intdevice, hwloc_cpuset_tset) [static] Get the CPU set of logical processors that are physically close to device device. For the given CUDA Runtime API device device, read the corresponding kernel-provided cpumap file and return the corresponding CPU set. This function is currently only implemented in a meaningful way for Linux; other systems will simply get a full cpuset. static inline int hwloc_cudart_get_device_pci_ids (hwloc_topology_t topology, intdevice, int *domain, int *bus, int *dev) [static] Return the domain, bus and device IDs of device device. static inline hwloc_obj_t hwloc_cudart_get_device_pcidev (hwloc_topology_ttopology, intdevice) [static] Get the hwloc object for the PCI device corresponding to device device. For the given CUDA Runtime API device device, return the hwloc PCI object containing the device. Returns NULL if there is none. Author Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. Version 1.4.1 Mon Feb 27 2012 CUDA Runtime API Specific Functions(3)

Check Out this Related Man Page

CUDA Runtime API Specific Functions(3)			     Hardware Locality (hwloc)			    CUDA Runtime API Specific Functions(3)

NAME
CUDA Runtime API Specific Functions - Functions static inline int hwloc_cudart_get_device_pci_ids (hwloc_topology_t topology , int device, int *domain, int *bus, int *dev) static inline int hwloc_cudart_get_device_cpuset (hwloc_topology_t topology , int device, hwloc_cpuset_t set) static inline hwloc_obj_t hwloc_cudart_get_device_pcidev (hwloc_topology_t topology, int device) Function Documentation static inline int hwloc_cudart_get_device_cpuset (hwloc_topology_t topology, intdevice, hwloc_cpuset_tset) [static] Get the CPU set of logical processors that are physically close to device device. For the given CUDA Runtime API device device, read the corresponding kernel-provided cpumap file and return the corresponding CPU set. This function is currently only implemented in a meaningful way for Linux; other systems will simply get a full cpuset. static inline int hwloc_cudart_get_device_pci_ids (hwloc_topology_t topology, intdevice, int *domain, int *bus, int *dev) [static] Return the domain, bus and device IDs of device device. static inline hwloc_obj_t hwloc_cudart_get_device_pcidev (hwloc_topology_ttopology, intdevice) [static] Get the hwloc object for the PCI device corresponding to device device. For the given CUDA Runtime API device device, return the hwloc PCI object containing the device. Returns NULL if there is none. Author Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. Version 1.4.1 Mon Feb 27 2012 CUDA Runtime API Specific Functions(3)
Man Page

5 More Discussions You Might Find Interesting

1. Linux

Plz Help me to find GNU C++ Runtime Library

Hi, I am working with red hat Linux and i want to install one program but I am getting the error This product requires the GNU C++ Runtime Library (libstdc++-libc6.2-2.so.3) or later. Your system must be upgraded before installation can proceed. So please tell me how can i remove this... (2 Replies)
Discussion started by: smartgupta
2 Replies

2. AIX

Multi Link Interface Runtime - where to download ?

Hello, I need "devices.common.IBM.ml 1.4.0.0 C F Multi Link Interface Runtime" to be installed on my machine. I need it for two SAN cards to work correctly. Where do I get it ? thanks Vilius (1 Reply)
Discussion started by: vilius
1 Replies

3. UNIX for Advanced & Expert Users

GPU and CUDA

Hi , i want begin programming using CUDA which enviroment can i get .I don't have desktop to buy GPU graphics card. what should to do to get CUDA enviroment. i'm thinking to buy desktop has this card or laptop (1 Reply)
Discussion started by: Scotch
1 Replies

4. UNIX for Dummies Questions & Answers

Runtime Linker Error ld.so.1

(0 Replies)
Discussion started by: vbe
0 Replies

5. Solaris

Runtime Linker Error ld.so.1

You forgot to mention your architecture (sparc/X86- 32/64...), OS version Sure it has to do with LD_LIBRARY_PATH... (32/64 bit mismatch?) (0 Replies)
Discussion started by: vbe
0 Replies