![]() |
|
|
#232 |
|
Nov 2015
2·52 Posts |
It's hard to remember all websites/sources.
Last fiddled with by Aurum on 2016-01-01 at 22:38 |
|
|
|
|
|
#233 |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
2×67×73 Posts |
|
|
|
|
|
|
#234 |
|
Nov 2015
628 Posts |
I even searched my bookmarks + history ... I don't even remember if it was a german or english website. This is by far not the only thing I'm working on.
|
|
|
|
|
|
#235 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
2×67×73 Posts |
Quote:
But please understand that making a claim, and then not being able to support it, doesn't go down well around here. |
|
|
|
|
|
|
#236 |
|
Nov 2015
2×52 Posts |
The article also refereed to the sandy brige sata bug and said that a minor design change takes 8 weeks. That's why the workarounds in the microcode are not fixed in the hardware itself. Maybe someone else knows the source I'm talking about.
|
|
|
|
|
|
#237 |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
<never mind posted without thought again.>
is it any of these ? https://www.google.ca/webhp?sourceid...%22sata+bug%22 Last fiddled with by science_man_88 on 2016-01-01 at 22:59 |
|
|
|
|
|
#238 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
2·67·73 Posts |
Quote:
Please forgive me for this, but we often have people entering our space who try to distract rather than converge. It is important to have one's "signal to noise ratio" filter set to stun.... |
|
|
|
|
|
|
#239 |
|
Nov 2015
2·52 Posts |
I found it in my history: http://www.computerbase.de/2015-12/a...zessordesigns/
|
|
|
|
|
|
#240 | |
|
"Kieren"
Jul 2011
In My Own Galaxy!
236568 Posts |
Quote:
Warning! Google Translate link! https://translate.google.com/transla...%2F&edit-text= Last fiddled with by kladner on 2016-01-01 at 23:36 |
|
|
|
|
|
|
#241 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
2·67·73 Posts |
Quote:
We are talking about Intel CPUs here. Please do try to keep up.... (Just to be clear, this is intentionally confrontational. Deal with it.) |
|
|
|
|
|
|
#242 |
|
Dec 2015
23·3 Posts |
I had an idea to use the Prime 95 v27.9 code to perform a 768K FFT per thread. The input of the FFT is always some fixed random data. So the hash result of the transformed fixed data should be always the same. And it is, most of the time on Skylake. Except that when the project is run from Visual Studio 2015 in Debug mode and the "Pause button is hit", then step through some lines of code then continue. Errors appear immediately. It is spectacular that on Ivy the Pause and step operations work fine and no error appears.
I have isolated this code below and exported it from a c++ dll. I need some expert advice from the developers that the following code performs a FFT of size 768K, exactly as in the v27.9 torture test: #define norm_routines 10 #define gw_fft(h,a) (*(h)->GWPROCPTRS[0])(a) I also need to know if I use the functions: addr and gwnum_datasize correctly so that this code does not touch memory zones outside the transform. I have linked gwnum64.lib (non-debug library) to this project and included all the *.h files from the prime95 v27.9 "gwnum" folder. Thank you! |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Skylake vs Kabylake | ET_ | Hardware | 17 | 2017-05-24 16:19 |
| Skylake and RAM scaling | mackerel | Hardware | 34 | 2016-03-03 19:14 |
| So does skylake-nonXeon actually get us anything? | fivemack | Hardware | 36 | 2015-09-08 01:42 |
| Skylake processor | tha | Hardware | 7 | 2015-03-05 23:49 |
| Skylake AVX-512 | clarke | Software | 15 | 2015-03-04 21:48 |