Sign in
pigweed
/
third_party
/
github
/
pytorch
/
cpuinfo
/
4611eb986ce5c04b8266241bc0b77ff1925636d8
/
.
/
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
);