Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 7, 2020 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/4ce720f44f62096fe809c23af94b9e65 to your computer and use it in GitHub Desktop.
Save r-ryantm/4ce720f44f62096fe809c23af94b9e65 to your computer and use it in GitHub Desktop.
/nix/store/4kqz4zd7ckg9ry652zlbcm100ikyibc6-dnnl-1.2
├── lib
│   ├── libdnnl.so -> libdnnl.so.1
│   ├── libdnnl.so.1 -> libdnnl.so.1.2
│   └── libdnnl.so.1.2
└── nix
└── store
└── 4kqz4zd7ckg9ry652zlbcm100ikyibc6-dnnl-1.2
└── lib
├── cmake
│   └── mkldnn
├── libmkldnn.so -> libdnnl.so
├── libmkldnn.so.1 -> libdnnl.so.1
└── libmkldnn.so.1.2 -> libdnnl.so.1.2
7 directories, 6 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment