News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

time SIMT?

Started by daydreamer, May 24, 2022, 07:31:54 PM

Previous topic - Next topic

daydreamer

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
https://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