Skip to content

Releases: zeam-vm/cpu_info

version 0.2.1

23 Apr 01:58
Compare
Choose a tag to compare

Fix a bug in case of macOS before Apple LLVM 10

version 0.2.0

22 Apr 21:21
203ea61
Compare
Choose a tag to compare

Support to detect Metal in case of macOS

version 0.1.2

29 Mar 09:55
Compare
Choose a tag to compare
  • Support Jetson
  • Add feature for C++
  • Add feature for CFLAGS, CXXFLAGS and LDFLAGS

version 0.1.1

23 Mar 02:15
Compare
Choose a tag to compare
  • Refactor output of all_profile
  • Document all_profile in detail

version 0.1.0

19 Mar 10:17
Compare
Choose a tag to compare
  • 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

08 Nov 01:53
05201d4
Compare
Choose a tag to compare
  • Support FreeBSD.
  • Fix a problem in the case of Nerves.
  • Stop to use uname on Linux.

version 0.0.2

06 Nov 01:07
21a00e5
Compare
Choose a tag to compare
  • Support Nerves
  • use :Erlang.system_info/1 instead of uname -m on Linux.
  • stop to use cat, grep, sort and wc on Linux.
  • stop to raise if the case that uname doesn't exist.

Version 0.0.1

31 Oct 06:02
Compare
Choose a tag to compare
  • 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