mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-25 06:17:38 -04:00
trace INSTANCE_ID refactoring
This commit is contained in:
parent
1322499c3f
commit
3efced37c5
32 changed files with 299 additions and 263 deletions
|
@ -145,6 +145,17 @@ public:
|
|||
dram_ = new ramulator::Gem5Wrapper(ram_config, MEM_BLOCK_SIZE);
|
||||
Stats::statlist.output("ramulator.ddr4.log");
|
||||
|
||||
// dump device configuration
|
||||
std::cout << "CONFIGS:"
|
||||
<< " num_threads=" << NUM_THREADS
|
||||
<< ", num_warps=" << NUM_WARPS
|
||||
<< ", num_cores=" << NUM_CORES
|
||||
<< ", num_clusters=" << NUM_CLUSTERS
|
||||
<< ", socket_size=" << SOCKET_SIZE
|
||||
<< ", local_mem_base=0x" << std::hex << LMEM_BASE_ADDR << std::dec
|
||||
<< ", num_barriers=" << NUM_BARRIERS
|
||||
<< std::endl;
|
||||
|
||||
// reset the device
|
||||
this->reset();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue