summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2018-10-30 13:05:36 -0400
committerMahmoud <[email protected]>2018-10-30 13:05:36 -0400
commit9a57a802d1fc13ae47bfba42325e368b43fa96c3 (patch)
treeae99f6ec22fd723ba51ae7dd0543d03c516483e0 /CHANGES
parentf06a527258b4a6634f8f148536bb86635b058d55 (diff)
parentea226a289bcdf94811712a4563ae3eb334ee3a7b (diff)
Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution into dev
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index d40d559..60be885 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,11 +1,11 @@
LOG:
-Version 3.3.0 (development branch) versus 3.2.3
+Version 4.0.0 (development branch) versus 3.2.3
-Front-End:
1- Support .nc cache modifier and __ldg function to access the read-only L1D cache
-2- Partially-support some SASS_60 in the PTXP_PLUs (not completede yet)
+2- Partially-support some SASS_60 in the PTXP_PLUS (not completed yet)
-GPU Core:
1- Fermi/Pascal coalescer: coalescing on 32-bytes sectors.
-2- Adding separate dp, int and tenssor unit pipeline.
+2- Adding separate dp unit pipeline.
3- diff dual issue: allow scheduler to issue diff insts at a time
4- Fair memory issue from multiple schedulers.
-Cache System:
@@ -22,6 +22,7 @@ Version 3.3.0 (development branch) versus 3.2.3
-Statistics:
1- Adding more detailed cache statistics to define and analyze cache bottlenecks.
2- Adding more detailed memory statistics (BLP, RBL, etc) to define and analyze memory bottlenecks.
+3- Addig new system stats: gpu occupancy, L2BW, etc
-Configs:
Adding the Pascal and Volta config files that has been correlated against real hardware.
See the correlation website here: