Easy steps to install onednn package on Mac
Package Information:
Application Name – onednn
What is onednn – Not Available for onednn
Use of onednn – Basic building blocks for deep learning applications
URL – https://01.org/oneDNN
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install onednn using brew
brew install onednn
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
onednn is ready to use now!