ARM-software / synchronization-benchmarks

Collection of synchronization micro-benchmarks and traces from infrastructure applications
Other
37 stars 36 forks source link

Relaxed checking on arbitrary pinning order #37

Closed zoybai closed 6 years ago

zoybai commented 6 years ago

If logical core id is higher than total core number, we should simply use this number without ignoring it. A warning message will be printed though.

Some platforms may have this topology.

geoffreyblake commented 6 years ago

Can one of the admins verify this patch?