Author Topic: time SIMT?  (Read 533 times)

daydreamer

  • Member
  • *****
  • Posts: 2399
  • my kind of REAL10 Blonde
time SIMT?
« on: May 24, 2022, 07:31:54 PM »
Hi
of course you could use the usual clock cycle timings on each proc first
but split execution in separate threads on modern cpus I hope to utilize that I can use several caches that is per core = 2 or more innerloops aligned into 64byte caches
simt also represent splitting between threads ,for example 2 threads one is overutilized while the second one underutilized
ofcourse clock cycle timings on all thread/mutex/semaphore related apis are helpful
a long running test timed in milliseconds I think
 
my none asm creations
http://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding