Thread: any good advice on SIMT?

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

    Question any good advice on SIMT?

    Hi
    I am training SIMT ,multiplethreads and gonna train more C-style use mostly local variables,for example 4 threads running same function have each one a set of unique local variables
    ,any good exercises
    you tell me you can C,why dont you C your own bugs?

  2. #2
    Registered User
    Join Date
    Sep 2020
    Posts
    425
    One nice project would be a multithreaded prime number finder.

    It has quite a few interesting features...

  3. #3
    Registered User I C everything's Avatar
    Join Date
    Apr 2019
    Posts
    101
    Quote Originally Posted by hamster_nz View Post
    One nice project would be a multithreaded prime number finder.

    It has quite a few interesting features...
    Thanks, so far only have separate thread saving to file
    you tell me you can C,why dont you C your own bugs?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 5
    Last Post: 06-12-2020, 06:40 PM
  2. good site conatining good exersices on templates?
    By Dave11 in forum C++ Programming
    Replies: 0
    Last Post: 07-11-2014, 01:06 AM
  3. Replies: 9
    Last Post: 11-30-2012, 07:01 PM
  4. Some Very Good Advice:
    By LordVirusXXP in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 12-20-2002, 04:24 PM
  5. Need advice on a good C++ book...
    By Unregistered in forum C++ Programming
    Replies: 2
    Last Post: 08-23-2002, 02:18 PM

Tags for this Thread