clamchowder
clamchowder
I tried the manifest and the controls I add programmatically end up in the wrong positions if I enable DPI scaling on my 4K monitor. For now, export the results...
You can build and run the AsmGen project on Windows, then upload the generated source files (clammicrobench.c, clammicrobench_x86.s or clammicrobench_arm.s) to the linux VM, and build it there.
Building the structure size benchmarks with VS is no longer supported, and replaced with mingw-w64 cross compile.
There's no facility to pin threads for memory bandwidth testing in non-NUMA mode because it is not needed. You can use other utilities to set affinity, like `taskset` on Linux...
At one point I had an option to put the first thread on core 0, second thread on core 1, and so on, but found that it made no difference...
Please don't do any affinity setting unless you're willing to investigate and debug the effects on your own time. If you choose to do that, tools like `perf` and performance...
Thanks, alignment indeed matters here, and I see 20 return stack entries on Redwood Cove. I'll get this into the master branch. Currently I'm a bit busy with other changes
Increased padding between generated test functions and calls/returns
Thanks for catching this! While looking over it I also noticed I left the oc ops field in there when I intended to move that to the "Loop Buffer" view....