Lift
Library of parallel computing primitives for GPUs and multi-core CPUs
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Member Functions | Public Attributes | List of all members
lift::cpu_config Struct Reference

#include <compute_device_host.h>

Public Member Functions

 cpu_config ()
 

Public Attributes

std::string name
 
uint32 vector_extensions
 
std::vector< cpu_cachecaches
 
uint32 num_threads
 

Detailed Description

Definition at line 58 of file compute_device_host.h.

Constructor & Destructor Documentation

lift::cpu_config::cpu_config ( )
inline

Definition at line 68 of file compute_device_host.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: