OpenCL benchmarks running
This commit is contained in:
@@ -23,8 +23,8 @@ namespace Harp {
|
||||
encChar = 'w';
|
||||
nRegs = 32;
|
||||
nPRegs = 0;
|
||||
nThds = 8;
|
||||
nWarps = 8;
|
||||
nThds = 32;
|
||||
nWarps = 32;
|
||||
|
||||
extent = EXT_WARPS;
|
||||
|
||||
|
||||
@@ -144,6 +144,8 @@ namespace Harp {
|
||||
Word interruptEntry;
|
||||
|
||||
unsigned long steps;
|
||||
unsigned long num_cycles;
|
||||
unsigned long num_instructions;
|
||||
std::vector<Warp> w;
|
||||
std::map<Word, std::set<Warp *> > b; // Barriers
|
||||
int schedule_w;
|
||||
|
||||
Reference in New Issue
Block a user