Sign in
◑
Theme
pigweed
/
third_party
/
github
/
pytorch
/
cpuinfo
/
66eb859892822ab5e0ebfd5d4ba6a841e25f431b
/
.
/
src
/
freebsd
/
api.h
blob: d3774370cd86d3e9519c11c7af658f2c517b3af1 [
file
]
#pragma
once
#include
<stdint.h>
struct
cpuinfo_freebsd_topology
{
uint32_t
packages
;
uint32_t
cores
;
uint32_t
threads
;
uint32_t
threads_per_core
;
};
struct
cpuinfo_freebsd_topology cpuinfo_freebsd_detect_topology
(
void
);