Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 8, 2019 22:33
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 ryantm/8d21789d70f910e3dae6c534eae51174 to your computer and use it in GitHub Desktop.
Save ryantm/8d21789d70f910e3dae6c534eae51174 to your computer and use it in GitHub Desktop.
/nix/store/06pjfmf7q99h5f2bvd3q11rhp8vpnqgw-oclgrind-19.10
├── bin
│   ├── oclgrind
│   └── oclgrind-kernel
├── include
│   └── oclgrind
│   ├── common.h
│   ├── Context.h
│   ├── half.h
│   ├── Kernel.h
│   ├── KernelInvocation.h
│   ├── Memory.h
│   ├── opencl-c-1.2-32.pch
│   ├── opencl-c-1.2-64.pch
│   ├── opencl-c-2.0-32.pch
│   ├── opencl-c-2.0-64.pch
│   ├── opencl-c.h
│   ├── Plugin.h
│   ├── Program.h
│   ├── Queue.h
│   ├── WorkGroup.h
│   └── WorkItem.h
├── lib
│   ├── liboclgrind-rt-icd.so
│   ├── liboclgrind-rt.so
│   └── liboclgrind.so
└── lib64 -> lib
5 directories, 21 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment