summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authormkhairy <[email protected]>2021-05-22 09:08:05 -0400
committerGitHub <[email protected]>2021-05-22 09:08:05 -0400
commit7e48560639e453fa2e4d86c99bec08f4a43bd884 (patch)
treeda701f1f89d0b18c2a9bed1ec918b55efd691e1a /CHANGES
parent3b75d8f22694e6a8743793e5bc07779f518650b9 (diff)
Update CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0c48a3d..7964153 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,16 @@
LOG:
+Version 4.1.0 versus 4.0.0
+-Features:
+1- Supporting L1 write-allocate with sub-sector writing policy as in Volta+ hardware, and changing the Volta+ cards config to make L1 write-allocate with write-through
+2- Making the L1 adaptive cache policy to be configurable
+3- Adding Ampere RTX 3060 config files
+-Bugs:
+1- Fixing L1 bank hash function bug
+2- Fixing L1 read hit counters in gpgpu-sim to match nvprof, to achieve more accurate L1 correlation with the HW
+3- Fixing bugs in lazy write handling, thanks to Gwendolyn Voskuilen from Sandia labs for this fix
+4- Fixing the backend pipeline for sub_core model
+5- Fixing Memory stomp bug at the shader_config
+6- Some code refactoring:
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