Search results

  1. Question What would you like to have in Raspberry Pi 5?

    Reading the thread it looks like an expensive Pi5.... My problem with Pi4 is surfing on the internet of today. L2 cache like 1024 kB is not much. L3 cach like 3-4 MB and private L2 cache like 512kB. Any CPU like A76, A77 or A78 could be OK
  2. UNIX PC in 1986 vs VAX 11/780

    I am reading a test in BYTE May 1986. They are comparing 68010, 68000 and 8088 with VAX 11/780. Real time for sieve of Erathostenes in compiled C: Vax 11/780 .............1.7 AT&T 68010............2.4 PCXT 8088..............8.2 TRS80-16B 68000..6.0 Multitasking (1 and 6 processes) Vax 11/780...
  3. Python for my 13 year old?

    Pygame at Rosettacode.org
  4. Python for my 13 year old?

    Is he interested in games? I have some versions of Raspberry Pi All of them have Python2 and 3 as standard. There are some games with code in Python. This is much like Basic code in the DOS age. RPi also have C,C++ and Java. Take a look at Rosettacode.org and find something to test!
  5. Question What would you like to have in Raspberry Pi 5?

    Raspberry Pi 5 is not announced yet but what would you like to have? I guess both ARM32 and ARM64 are demanded so X2 and X3 are not any alternatives. How much cost and how much RAM?
  6. Discussion Apple Silicon SoC thread

    In Geekbench I miss any decompress benchmark. You need both compress and decompress to do 100% of the job.
  7. Question Speculation: RDNA2 + CDNA Architectures thread

    It looks like eDRAM cache. Intel and IBM used/are using it. Transistor count is "only" 28 billion so any transistor cache is smaller. EDRAM on Wiki
  8. The Intel Atom Thread

    Have you ever seen any Atom beating any Core i on any program? I tested this c++ code: long_prtimes.cpp from rosettacode.org It goes up to 64000 but you can go to 128000 or 256000 with small changes. My Goldmont Plus at 2.7 GHz is faster than Core i7-8700 at 4.3 GHz (64bit) For Raspberry Pi 4...
  9. The Intel Atom Thread

    Have you seen this Tremont Block Diagram: Tremont on Wikichip 10 pipes on EU is not bad! More than many older Core. The first Atom have 4 I believe.
  10. Speculation: Ryzen 4000 series/Zen 3

    If you look at this Block Diagram for Zen 2: Zen 2 at Wikichip Any ideas about Zen 3? More exec pipes? More decoders? Intel have 5
  11. Solved! ARM Apple High-End CPU - Intel replacement

    How big are MacBook and IMac today? No doubt they could make a better CPU than Core i7 but how much can it cost? Volume is everything. Something like a server CPU?
  12. CUDA in Linux

    I have tested all CUDA alternatives for Fedora but my Linux USB-stick is too small (only 32 GB). So I got a 512 GB SSD as "live USB-stick" and dowloaded Fedora 31. But to make it a complete Linux is not possible. It is asking for a new HD to install. This was not the problem with the 32 GB...
  13. CUDA in Linux

    I started with NVidia site and they wanted me to download Dev System 10.2. What Linux should I have to use anything smaller?
  14. CUDA in Linux

    I have found some interesting code for CUDA so I would like to test the nvcc with my GPU (Geforce 2070). However my Fedora Linux want something very big dev system like 80 GB (or Nvidia want it with Fedora). Any smaller alternatives in Linux?
  15. Travelling Salesman Problem

    OK branch-and-bound is very fast but not the same on ARM and X86_64 with gcc compiler. With ARM (RPi 3) I have no problem with optimizing -O1, -O2 or -O3 and it works up to 18x18. With core i7-8700 it works with 22x22 but all optimizing result in segmentation fault....
  16. Travelling Salesman Problem

    Your code is very fast even on my Raspberry Pi: 13x13-> 69 ms 16x16 -> 582 ms
  17. Travelling Salesman Problem

    Thank you for your answer! I'm using Raspbery Pi 3 and it is slow but the problem is to use long long for some variables. long is the same as int with my compiler. paths long long Not working! Number of paths must be around 6000 mega but I get 1900 mega. Some other long long variable must be used?
  18. Discussion What if Intel skipped their internal shrink node factories and went with TSMC?

    Today AMD is small compared to Intel. EPYC has less than 5% of the server market. But if they grow up will TSMC have capacity enough or will they have to go back to 12 nm at GF?
  19. Travelling Salesman Problem

    This is a 13x13 distance plan 0 3 4 2 7 9 8 5 8 6 4 4 9 3 0 4 6 3 9 5 6 3 2 4 5 9 4 4 0 5 8 7 3 4 9 3 9 1 9 2 6 5 0 6 5 6 9 7 1 5 5 9 7 3 8 6...
  20. Travelling Salesman Problem

    TSP_brute This code is using a 5x5 plan and all is very fast for a modern cpu. I have increased the distace plan up to 12x12 and it works fine with 12! paths. But at 13x13 and 14x14 it doesn't work...not 13! or 14! Paths must be declared as long instead of int but still it doesn't work. Any ideas?
  21. Question At what point to AMD CPUs outperform Intel CPUs in Adobe Premiere using H264?

    For this type of video 4 channel looks to be better than 2 channel like most CPUs. Next TR should be interesting!
  22. Does BASIC and LOGO and FORTH are suitable as a first language for educational purposes and also are capable of being used to produce useful programs?

    Not ARM as far as I can see. I would like to have it for Raspberry Pi. Free Pascal is an alternative for Raspberry Pi. Python is standard as C and C++ in Raspberry Pi
  23. Discussion The basics of BASIC. 8-Bit Microcomputers.

    Texas Ti-83 or TI-84 for schools are using Z-80 at 6 or 15 MHz. Some BASIC code you can find on rosettacode.org. As most 8-bit CPU you have no multiplication or division so it is up to add or sub.
  24. Question State of AMD GPGPU Development

    They have both Open CL and CUDA: CompuBench Not much you win with CUDA. Open CL can even be better...
  25. Question GPGPU testing with normal graphic cards

    This is matrix multiply for some cards (FP32): Matrix multiply It is very much up and down like a switchback. I guess the cache in a GPU is not as sophisticated as in a CPU.
  26. Question 2k Class GPU

    They test 2560x1440: Techpowerup
  27. News AMD Announces Radeon VII

    They have a Navi here: Radeon Next Some speculations like No Boost?
  28. Question GPGPU testing with normal graphic cards

    Some tensorflow tests: Tensorflow Memory is important and 16 GB is much better than 8 GB
  29. News AMD Announces Radeon VII

    It should be interesting to see Radeon VII in this tensor-flow tests: Tensorflow test Vega Frontier is not bad but Radeon VII should be better!
  30. Question GPGPU testing with normal graphic cards

    Some comparison of Titan GTX and Xeon E5-2665(8C/16T type Sandy Bridge EP): GTX Titan and Xeon
  31. News AMD Announces Radeon VII

    AMD 66A0:00 (eng sample?) AMD eng sample Could this be Radeon VII?
  32. Question GPGPU testing with normal graphic cards

    This is Tesla V100: Tesla with HBM2 Totally out of budget for most of us but it could be intersting to see which benchmarks are depending of BW and which are not.
  33. Question GPGPU testing with normal graphic cards

    Here we can compare Open CL and CUDA: CompuBench The new AMD 66A0:00 is better than Vega. Radeon VII maybe?
  34. Question GPGPU testing with normal graphic cards

    Anyone testing some graphic cards like this: GPU timing comparison Xeon 12T/6C of Nehalem type is compared with Tesla 2070 GPU on matrix multiply. This is FP64 but FP32 should be more interesting. No opt is used as 90 sec for a 3 GHz Xeon running 2000x2000 is really slow.
  35. Question Is FP16 good enough for weather forcast

    For a very long time FP32 and FP64 were the only alternatives. Most compilers even today are not ready for FP16. If we look at GPUs from AMD and Nvidia only few are faster on FP16 than FP32. But machine learning is on the way....
  36. Question Is FP16 good enough for weather forcast

    FP16 is of interest for machine learning but is it good enought for weather forcast? http://spec.org/cpu2006/publications/CPU2006benchmarks.pdf They use FP32 in 481.wrf but do they really need it? More about FP16: FP16 on Wiki My idea about weather forcast is that all instrument data are not...
  37. Speculation: Ryzen 3000 series

    Regarding 7nm and 14 nm and high clock like 5 Ghz: Is cooling much more difficult for 7 nm? Are you more limited to low voltage?
  38. Question Chess engine rating- how much variation?

    They have some control of the Opening Book: Opening Book
  39. Question Chess engine rating- how much variation?

    You have some chess engine rating here: CE rating 40/40 You need something like 300 games to be on the list. But you have to force some kind of variation or...? If CE 1 starts with white and CE 2 starts next time it could mean 150 identical games.....not very good! So are they using some kind...
  40. Review Have you tested Valgrind?

    Valgrind is an analyzing tool for your program. Valgrind analyzing tool It will only follow your program without optimation and it will slow down it like 1:15. You can see memory errors, cache miss, branch prediction and more. I have tested Raspberry Pi and Celeron J4005 so far.
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/    |