You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates to only use docker --privileged when required and check cpuset (intel#150)
* Update numactl usage
* Update error handling
* Check to make sure it's in cpuset
* Update forming cpu list
* Style fixes and add unit tests
* Test updates
* Updates to figure out which cores are on which node
* Update to print debug message
* Update to organize the cpuset list by node:
* Check args to see if docker should run with privileged
* Add unit tests
* Update numa_cores_per_instance for 'socket' setting
* update for cores per instance 'socket'
* Add doc update
* Remove unused import
* Style fixes
* update to cpuset list
* make str
* limit length
* update cores_per_node
* Move num_physical_cores calculation
* update num inter/intra threads
* Fix intra threads
* Updates to platform util to explain the core lists
* Update unit tests
* Unit test updates
* Add tests with limited cpusets
* Remove debug print
* Add additional error handling and info
* Update base benchmark util
* Fix conditionals
* Update messages
* Update for numa_cores_per_instance 'socket' when sockets have different number of cores
* Fix conditionals for checking numa cores per instance socket
* Add another unit test to check the case when the --socket-id specified does not have any cores in the cpuset
* Removing conditional in the validate function since it's being done in the init function
* Add stderr=PIPE so that the terminal doesn't show an error when PlatformUtils is used before numactl is installed
0 commit comments