From 88a490f89b606ed5da2d820f3e56a9def043be15 Mon Sep 17 00:00:00 2001 From: mkhairy Date: Wed, 24 Oct 2018 14:25:10 -0400 Subject: Update CHANGES --- CHANGES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index d40d559..21ce0a9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ 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) @@ -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 stats: gpu occupance, L2BW, etc -Configs: Adding the Pascal and Volta config files that has been correlated against real hardware. See the correlation website here: -- cgit v1.3 From f3426f7c8cf93f8219d3556168c8b20d199527d8 Mon Sep 17 00:00:00 2001 From: mkhairy Date: Wed, 24 Oct 2018 14:26:21 -0400 Subject: Update CHANGES --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 21ce0a9..909ce6b 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,7 @@ LOG: 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 completede yet) -GPU Core: 1- Fermi/Pascal coalescer: coalescing on 32-bytes sectors. 2- Adding separate dp, int and tenssor unit pipeline. -- cgit v1.3 From 49eaa363c70b1d4816ffce3ae488cff956baa4d0 Mon Sep 17 00:00:00 2001 From: mkhairy Date: Wed, 24 Oct 2018 14:26:59 -0400 Subject: Update CHANGES --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 909ce6b..c07ffd2 100644 --- a/CHANGES +++ b/CHANGES @@ -5,7 +5,7 @@ Version 4.0.0 (development branch) versus 3.2.3 2- Partially-support some SASS_60 in the PTXP_PLUS (not completede 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 and int units pipeline. 3- diff dual issue: allow scheduler to issue diff insts at a time 4- Fair memory issue from multiple schedulers. -Cache System: -- cgit v1.3 From 2b65d4833fd28ab74c2dd4bb0ad71330a315a839 Mon Sep 17 00:00:00 2001 From: mkhairy Date: Thu, 25 Oct 2018 15:59:13 -0400 Subject: Update CHANGES --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index c07ffd2..f8a4859 100644 --- a/CHANGES +++ b/CHANGES @@ -5,7 +5,7 @@ Version 4.0.0 (development branch) versus 3.2.3 2- Partially-support some SASS_60 in the PTXP_PLUS (not completede yet) -GPU Core: 1- Fermi/Pascal coalescer: coalescing on 32-bytes sectors. -2- Adding separate dp and int units 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: -- cgit v1.3 From ea226a289bcdf94811712a4563ae3eb334ee3a7b Mon Sep 17 00:00:00 2001 From: mkhairy Date: Thu, 25 Oct 2018 16:00:21 -0400 Subject: Update CHANGES --- CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index f8a4859..60be885 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,7 @@ LOG: 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 unit pipeline. @@ -22,7 +22,7 @@ Version 4.0.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 stats: gpu occupance, L2BW, etc +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: -- cgit v1.3