ChampSim
hashed_perceptron.cc File Reference
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "ooo_cpu.h"
Include dependency graph for hashed_perceptron.cc:

Macros

#define NTABLES   16
 
#define MAXHIST   232
 
#define MINHIST   3
 
#define SPEED   18
 
#define LOG_TABLE_SIZE   12
 
#define TABLE_SIZE   (1 << LOG_TABLE_SIZE)
 
#define NGHIST_WORDS   (MAXHIST / LOG_TABLE_SIZE + 1)
 

Macro Definition Documentation

◆ LOG_TABLE_SIZE

#define LOG_TABLE_SIZE   12

◆ MAXHIST

#define MAXHIST   232

◆ MINHIST

#define MINHIST   3

◆ NGHIST_WORDS

#define NGHIST_WORDS   (MAXHIST / LOG_TABLE_SIZE + 1)

◆ NTABLES

#define NTABLES   16

◆ SPEED

#define SPEED   18

◆ TABLE_SIZE

#define TABLE_SIZE   (1 << LOG_TABLE_SIZE)