• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Recent content by Dannotech

  1. D

    There is a new program that shows you the IPC of your CPU.

    The reason the IPC is different between thread1 and thread2 on the core is because the stress test itself is asymmetrical; thread 0 is mostly ALU while thread 1 is ALU and memory transactions. If both programs are running the exact same program then it doesn't get quite as high combined IPC...
  2. D

    There is a new program that shows you the IPC of your CPU.

    Are you running it inside a Virtual Machine? I don't think the VM can provide the counters since they aren't virtualized-- in theory it could report the global counters but I think they just opt to return 0. I haven't tried it myself. Thanks for the feedback, I'll update my home page with an...
  3. D

    There is a new program that shows you the IPC of your CPU.

    So I'm working on Ryzen compatibility. Currently it only detects 8 cores and no threads so the IPC will be totally incorrect. So it runs, but the results are not valid.
  4. D

    i7 7700k @ 5.2GHz/3600 RAM

    I've compiled it for Windows 7 but as soon as it gets installed BSOD. And Microsoft is providing no support for developing drivers on Windows 7 so I'm on my own. I need a Virtual Machine with x86 remote kernel debugging and probably an old version of the WDK because I guess Microsoft doesn't...
  5. D

    There is a new program that shows you the IPC of your CPU.

    Ahh crap Microsoft why make it so hard? I suspect this is the problem: Driver Signing Policy Last Updated: 1/24/2017 Starting with new installations of Windows 10, version 1607, Windows will not load any new kernel mode drivers which are not signed by the Dev Portal. To get your driver...
  6. D

    There is a new program that shows you the IPC of your CPU.

    Crapola which version? 64-bit or 32-bit?
  7. D

    i7 7700k @ 5.2GHz/3600 RAM

    This is my development machine: a pair of 12 core Ivy Bridge Xeons running inside a locked cabinet (its hot).
  8. D

    i7 7700k @ 5.2GHz/3600 RAM

    That is a damn impressive chip. So yes Statuscore does have HT support, actually, its just that it combines the scores from both threads and shows you the statistics on a per code basis The reason is because it is running 2 different (asymmetrical) programs on each thread; thread 0 is doing...
  9. D

    There is a new program that shows you the IPC of your CPU.

    Yes the code is signed; no the source is not open. Also I'm mostly focused on getting it ready for Ryzen so older AMD processors will have to wait a bit long. The main problem is like I said the thermal reading isn't programmed yet and the bigger issue is how Windows reports the CPU to my...
  10. D

    There is a new program that shows you the IPC of your CPU.

    Hope you will head over to my website and check it out! http://www.dannotech.com/statuscore (Sorry guys, it's not compatible with Windows 7 yet since I haven't had much luck debugging the Windows 7 driver but I'm still working at it!) (Also, the temperature is not working for AMD based...
  11. D

    i7 7700k @ 5.2GHz/3600 RAM

    It uses a good mix of the X86 instruction set. So yea its doing AVX as well as standard FP and integer math, loads and stores, branch prediction and macro op fusion, hardware prefetching, and hyper-threading specific tasks, i.e. it's really trying to do a bit of everything at once.. I was...
  12. D

    AMD vs Intel what metric should be used?

    You can measure the IPC directly using Statuscore.
  13. D

    Ryzen 1700 vs. Core i7 6900K lol @ Intel

    A picture says a thousand words...
Back
Top