memset in parallel with threads bound to each physical core

别等时光非礼了梦想. 提交于 2019-12-04 04:48:56

It would appear from your numbers that your 4 bound threads are running on 2 physical cores instead of the expected 4 physical cores. Can you confirm this? It would explain the doubling of the Touch times. I'm not sure how to force a thread to a physical core when using hyperthreading on your system. {I tried adding this as a question, but have insufficient "reputation"}

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!