Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 16, 2020 03:00
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/57ae5884fc72dd5f76b0fff5e1ad3083 to your computer and use it in GitHub Desktop.
Save r-ryantm/57ae5884fc72dd5f76b0fff5e1ad3083 to your computer and use it in GitHub Desktop.
/nix/store/ppvp18wwn81kz3nb7778nbpdr85r3llc-python3.7-pycuda-2020.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pycuda
│   │   ├── autoinit.py
│   │   ├── characterize.py
│   │   ├── _cluda.py
│   │   ├── compiler.py
│   │   ├── compyte
│   │   │   ├── array.py
│   │   │   ├── dtypes.py
│   │   │   ├── iff2b4l67ak5z76aca67alfxqmplg075-compyte-git-20150817 -> /nix/store/iff2b4l67ak5z76aca67alfxqmplg075-compyte-git-20150817
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── array.cpython-37.pyc
│   │   │   ├── dtypes.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── cuda
│   │   │   ├── pycuda-complex.hpp
│   │   │   ├── pycuda-complex-impl.hpp
│   │   │   └── pycuda-helpers.hpp
│   │   ├── cumath.py
│   │   ├── curandom.py
│   │   ├── debug.py
│   │   ├── _driver.cpython-37m-x86_64-linux-gnu.so
│   │   ├── driver.py
│   │   ├── elementwise.py
│   │   ├── gl
│   │   │   ├── autoinit.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── autoinit.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── gpuarray.py
│   │   ├── __init__.py
│   │   ├── _mymako.py
│   │   ├── _pvt_struct.cpython-37m-x86_64-linux-gnu.so
│   │   ├── __pycache__
│   │   │   ├── autoinit.cpython-37.pyc
│   │   │   ├── characterize.cpython-37.pyc
│   │   │   ├── _cluda.cpython-37.pyc
│   │   │   ├── compiler.cpython-37.pyc
│   │   │   ├── cumath.cpython-37.pyc
│   │   │   ├── curandom.cpython-37.pyc
│   │   │   ├── debug.cpython-37.pyc
│   │   │   ├── driver.cpython-37.pyc
│   │   │   ├── elementwise.cpython-37.pyc
│   │   │   ├── gpuarray.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _mymako.cpython-37.pyc
│   │   │   ├── reduction.cpython-37.pyc
│   │   │   ├── scan.cpython-37.pyc
│   │   │   └── tools.cpython-37.pyc
│   │   ├── reduction.py
│   │   ├── scan.py
│   │   ├── sparse
│   │   │   ├── cg.py
│   │   │   ├── coordinate.py
│   │   │   ├── __init__.py
│   │   │   ├── inner.py
│   │   │   ├── operator.py
│   │   │   ├── packeted.py
│   │   │   ├── pkt_build_cython.pyx
│   │   │   ├── pkt_build.py
│   │   │   └── __pycache__
│   │   │   ├── cg.cpython-37.pyc
│   │   │   ├── coordinate.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── inner.cpython-37.pyc
│   │   │   ├── operator.cpython-37.pyc
│   │   │   ├── packeted.cpython-37.pyc
│   │   │   └── pkt_build.cpython-37.pyc
│   │   └── tools.py
│   └── pycuda-2020.1.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
15 directories, 68 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment