|
Lift
Library of parallel computing primitives for GPUs and multi-core CPUs
|
#include <compute_device_host.h>
Public Member Functions | |
| cpu_config () | |
Public Attributes | |
| std::string | name |
| uint32 | vector_extensions |
| std::vector< cpu_cache > | caches |
| uint32 | num_threads |
Definition at line 58 of file compute_device_host.h.
|
inline |
Definition at line 68 of file compute_device_host.h.
| std::vector<cpu_cache> lift::cpu_config::caches |
Definition at line 62 of file compute_device_host.h.
| std::string lift::cpu_config::name |
Definition at line 60 of file compute_device_host.h.
| uint32 lift::cpu_config::num_threads |
Definition at line 66 of file compute_device_host.h.
| uint32 lift::cpu_config::vector_extensions |
Definition at line 61 of file compute_device_host.h.
1.8.6