mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-06-28 17:43:24 -04:00
minor update
This commit is contained in:
parent
7bef62aef8
commit
7823f5529c
3 changed files with 3 additions and 39 deletions
|
@ -143,19 +143,7 @@ public:
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ram_ = new RAM(0, RAM_PAGE_SIZE);
|
ram_ = new RAM(0, RAM_PAGE_SIZE);
|
||||||
|
|
||||||
#ifndef NDEBUG
|
|
||||||
// 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;
|
|
||||||
#endif
|
|
||||||
// reset the device
|
// reset the device
|
||||||
this->reset();
|
this->reset();
|
||||||
|
|
||||||
|
|
|
@ -116,19 +116,7 @@ public:
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ram_ = nullptr;
|
ram_ = nullptr;
|
||||||
|
|
||||||
#ifndef NDEBUG
|
|
||||||
// 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;
|
|
||||||
#endif
|
|
||||||
// reset the device
|
// reset the device
|
||||||
this->reset();
|
this->reset();
|
||||||
|
|
||||||
|
|
|
@ -130,19 +130,7 @@ public:
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ram_ = new RAM(0, RAM_PAGE_SIZE);
|
ram_ = new RAM(0, RAM_PAGE_SIZE);
|
||||||
|
|
||||||
#ifndef NDEBUG
|
|
||||||
// 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;
|
|
||||||
#endif
|
|
||||||
// reset the device
|
// reset the device
|
||||||
this->reset();
|
this->reset();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue