flat assembler
Message board for the users of flat assembler.
Index
> Windows > Simple example showing run at 100% on all cores? |
Author |
|
ohara 17 Jul 2023, 07:57
Is there a simple windows example program that demonstrates running a distributed task at 100% on all 8 cores? I have often seen software do this....
|
|||
17 Jul 2023, 07:57 |
|
revolution 17 Jul 2023, 11:34
An average of100% isn't achievable over long time scales. But instantaneous 100% is easily achievable on short timescales between timer ticks when the OS has scheduled threads in your app to run on all the cores.
|
|||
17 Jul 2023, 11:34 |
|
macgub 21 Jul 2023, 12:10
Former version of FractalExplorer by tthsqe - has 100% load whole app run time on win7. I will digg my drives ...
This from https://flatassembler.net/examples.php dont have this feature.... |
|||
21 Jul 2023, 12:10 |
|
macgub 21 Jul 2023, 12:23
Check attachment... If I broke someone laws, when I release former FractalExplorer app - let me know...
Last edited by macgub on 31 Aug 2023, 12:07; edited 1 time in total |
|||
21 Jul 2023, 12:23 |
|
Feryno 28 Jul 2023, 17:13
If you are able to create a driver, you can call KeIpiGenericCall which runs at IRQL=0Ch=IPI_LEVEL. It is used e.g. for synchronizing MTRRs at all CPUs/cores so highly prioritized task. Ring3 tasks run at IRQL=0 which is the lowest priority and any task with higher priority can interrupt them.
|
|||
28 Jul 2023, 17:13 |
|
ohara 30 Aug 2023, 21:27
Thanks for this, and to the writers of the mandelbrot example.... I've got this going on all 16 cores at 100%, in fact with the fans making so much noise I'm afraid my laptop will catch fire.....
|
|||
30 Aug 2023, 21:27 |
|
tthsqe 31 Aug 2023, 01:30
Hi. I think this example is due for an update. I made some mistakes, and 512 bit vectors are out now. No need to waste space here - it is always on the examples page https://flatassembler.net/examples.php
|
|||
31 Aug 2023, 01:30 |
|
macgub 31 Aug 2023, 12:18
tthsqe wrote: No need to waste space here.... ok - I remove attachment... I just think this feeling 100% cpu power has its value.. Some thrill in body... Especially you know CPU is busy on task different than standard secret inside Windows jobs... |
|||
31 Aug 2023, 12:18 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.