Sign in
◑
Theme
pigweed
/
third_party
/
github
/
pytorch
/
cpuinfo
/
b73ae6ce38d5dd0b7fe46dbe0a4b5f4bab91c7ea
/
.
/
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
);