Thread: better understand to make programs faster with SIMT

  1. #1
    Registered User I C everything's Avatar
    Join Date
    Apr 2019
    Posts
    101

    Question better understand to make programs faster with SIMT

    Hi
    which algos are suitable/not suitable to parallelism?
    similar to SIMD suitable algos?
    well you might cheat,put it on some server,that more probable has more cores,than computer
    I have noticed on computer,that without your own program has multiple threads,using file system OS,runs its read/write in separate thread
    ,in case of disk cache it updates file written first after close
    earlier I mostly used a separate thread to read/write big files,to avoid GUI lag
    Last edited by I C everything; 06-18-2021 at 03:02 AM.
    you tell me you can C,why dont you C your own bugs?

  2. #2
    Registered User I C everything's Avatar
    Join Date
    Apr 2019
    Posts
    101
    I have now tried testing with create 4 threads and 16 threads from main,the displaying calculation on console is seemly delayed in beginning of main,right after createthread calls
    checking cpu performance,no matter single main or many threads there is slight delay before reaching about 100% performance
    you tell me you can C,why dont you C your own bugs?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. I created two programs and I do not know which is faster
    By DevZero in forum General Discussions
    Replies: 9
    Last Post: 07-16-2017, 06:59 AM
  2. How can i make my programm faster?
    By Patelakos in forum C Programming
    Replies: 5
    Last Post: 01-23-2014, 03:51 PM
  3. Trying to make this run faster
    By wkohlani in forum C Programming
    Replies: 32
    Last Post: 06-27-2009, 11:42 PM
  4. Some help with make my programs faster
    By Sshakey6791 in forum C++ Programming
    Replies: 11
    Last Post: 12-11-2008, 01:41 PM
  5. does const make functions faster?
    By MathFan in forum C++ Programming
    Replies: 7
    Last Post: 04-25-2005, 09:03 AM

Tags for this Thread