Releases: zeam-vm/cpu_info
Releases · zeam-vm/cpu_info
version 0.2.1
version 0.2.0
Support to detect Metal in case of macOS
version 0.1.2
- Support Jetson
- Add feature for C++
- Add feature for CFLAGS, CXXFLAGS and LDFLAGS
version 0.1.1
- Refactor output of all_profile
- Document all_profile in detail
version 0.1.0
- Add a new feature to get compiler information
- Support CUDA (only in case of Linux)
- Fix number of cores in case of ARM
version 0.0.3
- Support FreeBSD.
- Fix a problem in the case of Nerves.
- Stop to use
uname
on Linux.
version 0.0.2
- Support Nerves
- use
:Erlang.system_info/1
instead ofuname -m
on Linux. - stop to use
cat
,grep
,sort
andwc
on Linux. - stop to raise if the case that
uname
doesn't exist.
Version 0.0.1
- Support Linux including WSL and macOS
- Partly support windows and other OS
- Support OS type
- Support CPU type and model (Linux including WSL and macOS)
- Support Hyper Threading (Linux including WSL and macOS)
- Support kernel version and release (Linux including WSL and macOS)
- Support system or distribution version (Linux including WSL and macOS)
- Support number of processors, cores and threads (Linux including WSL and macOS)
- Support total number of threads
- Support Elixir and Erlang version