Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3

Static Public Attributes | List of all members
CpuTypeEnable Class Reference

CPU types. More...

Class Constructor

CpuTypeEnable ( int  value)

Constructs the CPU type object using the provided value

Parameters
valueValue corresponding to the CPU type object

Static Public Attributes

static final CpuTypeEnable cpu_default = new CpuTypeEnable(_cpu_default)
 
static final CpuTypeEnable avx512_mic = new CpuTypeEnable(_avx512_mic)
 
static final CpuTypeEnable avx512 = new CpuTypeEnable(_avx512)
 
static final CpuTypeEnable avx512_mic_e1 = new CpuTypeEnable(_avx512_mic_e1)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the CPU type object

Returns
Value corresponding to the CPU type object

Member Data Documentation

final CpuTypeEnable avx512 = new CpuTypeEnable(_avx512)
static

Intel(R) Xeon(R) processors based on Intel(R) Advanced Vector Extensions 512 (Intel(R) AVX-512)

final CpuTypeEnable avx512_mic = new CpuTypeEnable(_avx512_mic)
static

Intel(R) Xeon Phi(TM) processors/coprocessors based on Intel(R) Advanced Vector Extensions 512 (Intel(R) AVX-512)

final CpuTypeEnable avx512_mic_e1 = new CpuTypeEnable(_avx512_mic_e1)
static

Intel(R) Xeon Phi(TM) processors based on Intel(R) Advanced Vector Extensions 512 (Intel(R) AVX-512) with support of AVX512_4FMAPS and AVX512_4VNNIW instruction groups

final CpuTypeEnable cpu_default = new CpuTypeEnable(_cpu_default)
static

Default processor type


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

For more complete information about compiler optimizations, see our Optimization Notice.