Search results

  1. S

    Intel Skylake / Kaby Lake

    I would have prefered 6870HQ instead. http://ark.intel.com/compare/93340,93341
  2. S

    Apple A9X Geekbench

    I suppose you can view it that way, but it's called SIMD for a reason.
  3. S

    Apple A9X Geekbench

    I have no idea of you're talking about - AVX512 is way more than just adding support for 512bit operations.
  4. S

    Apple A9X Geekbench

    Since you used the generic term 'AVX' - I'm curious, does that include AVX512 or are you just reference the first implementation of AVX (Sandy Bridge)?
  5. S

    Intel Skylake / Kaby Lake

    Not entirely. lowp is not necessary fp16 - IOS and Android doesn't guarantee fp16 - it can be between fp10 and fp16 depending on the hardware implementation. The same goes for highp which can be between fp24 and fp32 depending on the hardware. Most compilers/drivers on mobile devices can...
  6. S

    Intel Skylake / Kaby Lake

    I have a hard time to follow you logic here. What have 'Usually doubled compute power resulted in ~30% improvement' anything to do with the precission of the fp calculations? Are you implying that there's a difference of 30% between using f16 and fp32 for a general pixel shader in the iPad...
  7. S

    AT's iPhone 6S review is up

    That would be great, but will never happen because there's no business case in providing such a benchmark. The amount of work associated with delivering of highly hand optimized code for each CPU family is just too much for any 3rd party. What should the benchmark test? Intel would love heavy...
  8. S

    Intel Skylake / Kaby Lake

    And most developers doesn't even use SSE efficiently - 98% rely on compilers and couldn't care less. - they won't even look at ISPC. I do agree that AVX (and specifically AVX512) would have been great on all CPUs.
  9. S

    Apple A9X the new mobile SoC king

    Then you're not able to benchmark different architectures against eachother - I can understand that you accept the use of GPGPU resources on one platform and CPU on another for benchmarking different architectures. I don't.
  10. S

    Apple A9X the new mobile SoC king

    If you experience any changes in the behaviour you would need to decompile and analyze the new code - you do not have symbols and debug information. Afterwards you create a solution - you'll have to compile and test on all other supported platforms - Android, OSX, Win and Linux - before release.
  11. S

    Apple A9X the new mobile SoC king

    How would that help? 'Just rewrite' - Are you aware of the resources needed for contant rewriting on multiple platforms? You're uploading the next best thing after source code - you have no longer control over the specifics of your benchmark. There can be a large performance difference between...
  12. S

    Apple A9X the new mobile SoC king

    Does this include bitcode delivery via Xcode? It's default, but still optional for now - this will be a requirement in the near future. How will you prevent behind the scene optimizations?
  13. S

    Apple A9X the new mobile SoC king

    Which workloads use NEON/SSE SIMD instructions? We do talk about SIMD instructions and not scalar instructions, right? So Win version of GB4 will use VS2015?
  14. S

    Apple A9X the new mobile SoC king

    Is the weighing between the 30 tests different when you compare mobile and desktop workloads?
  15. S

    Apple A9X the new mobile SoC king

    Thank you for participating. According to your own test - Sharpen filter etc. Will GB4 include any SIMD processing? Since GB4 will use Apple Xcode 7 for IOS, will desktop include the latest Intel Compiler?
  16. S

    Apple A9X the new mobile SoC king

    http://www.primatelabs.com/geekbench3/workloads.pdf How convenient. If the variance is less than 1%, then why have differences? What is the impact on throttling? Well that sounds almost like the 70% variance when using Xcode. Highly optimized asm is a very good start, since we're...
  17. S

    Apple A9X the new mobile SoC king

    It's not possible to conduct cross platform performance comparisons with Geekbench as has been said multiple times. The data set is different - usually 4 times larger on desktop compared to mobile. Different algorithms between desktop and mobile versions. It's very depended on compilers - here's...
  18. S

    Apple A9X the new mobile SoC king

    Wouldn't this be great! On the other hand, if they knew what's being discussed they wouldn't use any of mentioned benchmark in this thread for cross platform performance comparisons.
  19. S

    Apple A9X the new mobile SoC king

    You were rather imprecise, since most people would think the term SSE/AVX indicate SIMD operations and most offen it does. But not here - it's scalar.
  20. S

    Apple A9X the new mobile SoC king

    You see scalar SSE instructions.
  21. S

    Apple A9X the new mobile SoC king

    Geekbench doesn't use the same algorithms nor data, so any cross platform comparisons are very hard because it doesn't test the same thing.
  22. S

    Apple A9X the new mobile SoC king

    I apologize if it was not about the Geekbench - but regardless it would have explained a lot. I'll have to admit that I do see the mention of Geekbench in a lof of threads here and I simply can't phantom why, but to be honest many of the other so call benchmarks are not much better.
  23. S

    Apple A9X the new mobile SoC king

    This is great - I thought the purpose was to evaluate the performance of cpus, but I was clearly mistaken. 'Geekbench - the complete emulation of a mediocre developer', this sure explain some things for me. :biggrin:
  24. S

    Apple A9x chip discussion

    Yes - permute (and I would classify FMA as part of AVX2). Gather was a big addition, but rather slow in some circumstances.
  25. S

    Apple A9x chip discussion

    Recently both Apple and Intel was key shareholders of Imagination Technologies, but Intel decided to sell its share this year.
  26. S

    Apple A9x chip discussion

    This is incorrect. AVX2 has FP instructions.
  27. S

    Apple A9x chip discussion

    No, you can't really compare. Most (all?) benchmark/games etc. use FP16 (shader) and very little FP32 (Vertex) on IOS/Android. Most benchmark/games on PC use FP32. If we assume Apple use Series7XT with 16 clusters at 400MHz (which is roughly 88% faster than A8X) you'll have FP16: 128Flops *...
  28. S

    Intel Skylake / Kaby Lake

    Increased latency (3 to 4), but double pumped units P4 style?
  29. S

    Intel Skylake / Kaby Lake

    Measurement via i5 6400T (Skylake-S) : http://users.atw.hu/instlatx64/GenuineIntel00506E3_Skylake_InstLatX64.txt
  30. S

    Intel Skylake / Kaby Lake

    Comparison between haswell/broadwell/skylake regarding instruction latency/throughput http://users.atw.hu/instlatx64/HSWvsBDWvsSKL.txt Overall many changes.
  31. S

    Hey all you Hackintosh people (or even Mac Pro and iMac users)...

    I would advice you to visit forums that are more focused on audio production and ask your question there - you would receive way better responses. You can try : www.gearslutz.com/board/ www.logicprohelp.com/forum/ www.kvraudio.com/forum/
  32. S

    Compute Power XEON E5-2698 V3

    Theoretical sp (fp32) : frequency * 8 (number of fp32 in AVX 2.0) * 2 (FMA instruction = fadd + fmul) * 2 (number of FMA units) * cores 2.3 * 8 * 2 * 2 * 16 = 1177Gflops Theoretical dp (fp64) : frequency * 4 (number of fp64 in AVX 2.0) * 2 (FMA instruction = fadd + fmul) * 2 (number of...
  33. S

    Intel Skylake complete lineup - Coming in August - Pictures of CPU

    Not quite. Remember that Cinebench is fp heavy.
  34. S

    Intel Broadwell Thread

    I have a question that I hope some can answer - is it possible to compare 3DMark scores between platforms(OpenGL ES vs DirectX)? The mobile version of 3DMark use OpenGL ES 2 and it's default is fp16 calculations where the PC version use DirectX with fp32 calculations - Does the mobile...
  35. S

    Core M v.s. A8X in Geekbench 3

    I don't think there's a point in going real deep in a specific algorithm, since every benchmark in Geekbench are suboptimal implementations regarding high architecture performance. We all know we should pack the matrices, skip intrinsics and go asm (compilers somehow thinks they're better at...
  36. S

    Intel Broadwell Thread

    You can't, but if you're abit adventurous you can download embre here : http://embree.github.io/index.html (remember the renderer) For maximum performance you need the SPMD compiler found here : http://ispc.github.io/ You just use Visual Studio. Unfortunately if you want to target AVX/AVX2...
  37. S

    Intel Broadwell Thread

    IMO, yes! I'm interested in knowing how the architecture performs and not the performance of some suboptimal implementations of various algorithms. I would prefer a modular benchmark system with various opensource algorithms with unknown datasets and with atleast 40+ realtime modulating...
  38. S

    Apple A8 Benchmarked

    Macrumors specifically chose a low score - over 70% of all the iPhone 5S entries in the Geekbench have a single-core score of 1400 or above. With that in mind - it's only a 8% improvement over A7.
  39. S

    Intel to Detail 14nm Process on August 11

    A rough estimate of logic (not SRAM cells) density is derived from (Mark Bohr Senior Intel fellow) : Gate pitch * Metal/Interconnect pitch Public stated dimensions : Intel (http://images.anandtech.com/doci/8367/14nmFeatureSize.png) Fin pitch : 42nm Gate pitch : 70 nm Metal/Interconnect pitch...
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |