From 2f2ee7256ffd03e9bce838f74651254c1588cb39 Mon Sep 17 00:00:00 2001 From: Mahmoud Date: Wed, 16 Oct 2019 15:35:04 -0400 Subject: fixing the IPOLY L2 and Dram indexing --- src/gpgpu-sim/addrdec.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gpgpu-sim/addrdec.h') diff --git a/src/gpgpu-sim/addrdec.h b/src/gpgpu-sim/addrdec.h index c9a1420..12123f5 100644 --- a/src/gpgpu-sim/addrdec.h +++ b/src/gpgpu-sim/addrdec.h @@ -94,6 +94,8 @@ private: unsigned int gap; unsigned m_n_channel; int m_n_sub_partition_in_channel; + unsigned log2channel; + unsigned log2sub_partition; }; -- cgit v1.3