I current run BOINC across a number of servers which have GPUs.
The servers run both GPU and CPU BOINC apps.
As AVX and SSE slow down the CPU freq when being used within a CPU app, I have to be selective which CPU/GPU I run together, as some GPU apps get bottle necked (slower run time completion) where as others do not.
At present some CPU apps are named so it is clear to see if they use AVX but most are not.
Therefore is there any command I can run, and some way of viewing, to see if any of the CPU apps currently running are using AVX or SSE (any versions)?
Also as a side note, should I treat any FMA usage in the same way (eg does it slow down the CPU freq due to increased CPU temps)?
Thanks