Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 17:49
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/68f6caaf2f4f9b3a7e2efaaf9fc4a562 to your computer and use it in GitHub Desktop.
Save ryantm/68f6caaf2f4f9b3a7e2efaaf9fc4a562 to your computer and use it in GitHub Desktop.
/nix/store/k4da17i43fi8ndiv0141v4p4x4mvw6z2-python3.7-pyopencl-2019.1.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pyopencl
│   │   ├── algorithm.py
│   │   ├── array.py
│   │   ├── bitonic_sort.py
│   │   ├── bitonic_sort_templates.py
│   │   ├── _buffers.py
│   │   ├── cache.py
│   │   ├── capture_call.py
│   │   ├── characterize
│   │   │   ├── __init__.py
│   │   │   ├── performance.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── performance.cpython-37.pyc
│   │   ├── cl
│   │   │   ├── pyopencl-airy.cl
│   │   │   ├── pyopencl-bessel-j.cl
│   │   │   ├── pyopencl-bessel-j-complex.cl
│   │   │   ├── pyopencl-bessel-y.cl
│   │   │   ├── pyopencl-complex.h
│   │   │   ├── pyopencl-eval-tbl.cl
│   │   │   ├── pyopencl-hankel-complex.cl
│   │   │   ├── pyopencl-random123
│   │   │   │   ├── array.h
│   │   │   │   ├── openclfeatures.h
│   │   │   │   ├── philox.cl
│   │   │   │   └── threefry.cl
│   │   │   └── pyopencl-ranluxcl.cl
│   │   ├── _cl.cpython-37m-x86_64-linux-gnu.so
│   │   ├── clmath.py
│   │   ├── clrandom.py
│   │   ├── cltypes.py
│   │   ├── _cluda.py
│   │   ├── compyte
│   │   │   ├── array.py
│   │   │   ├── dtypes.py
│   │   │   ├── __init__.py
│   │   │   ├── ndarray
│   │   │   │   ├── gen_elemwise.py
│   │   │   │   ├── gen_reduction.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── gen_elemwise.cpython-37.pyc
│   │   │   │   │   ├── gen_reduction.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── setup_opencl.cpython-37.pyc
│   │   │   │   │   ├── test_gpu_elemwise.cpython-37.pyc
│   │   │   │   │   └── test_gpu_ndarray.cpython-37.pyc
│   │   │   │   ├── setup_opencl.py
│   │   │   │   ├── test_gpu_elemwise.py
│   │   │   │   └── test_gpu_ndarray.py
│   │   │   └── __pycache__
│   │   │   ├── array.cpython-37.pyc
│   │   │   ├── dtypes.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── elementwise.py
│   │   ├── __init__.py
│   │   ├── invoker.py
│   │   ├── ipython_ext.py
│   │   ├── _mymako.py
│   │   ├── __pycache__
│   │   │   ├── algorithm.cpython-37.pyc
│   │   │   ├── array.cpython-37.pyc
│   │   │   ├── bitonic_sort.cpython-37.pyc
│   │   │   ├── bitonic_sort_templates.cpython-37.pyc
│   │   │   ├── _buffers.cpython-37.pyc
│   │   │   ├── cache.cpython-37.pyc
│   │   │   ├── capture_call.cpython-37.pyc
│   │   │   ├── clmath.cpython-37.pyc
│   │   │   ├── clrandom.cpython-37.pyc
│   │   │   ├── cltypes.cpython-37.pyc
│   │   │   ├── _cluda.cpython-37.pyc
│   │   │   ├── elementwise.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── invoker.cpython-37.pyc
│   │   │   ├── ipython_ext.cpython-37.pyc
│   │   │   ├── _mymako.cpython-37.pyc
│   │   │   ├── reduction.cpython-37.pyc
│   │   │   ├── scan.cpython-37.pyc
│   │   │   ├── tools.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── reduction.py
│   │   ├── scan.py
│   │   ├── tools.py
│   │   └── version.py
│   └── pyopencl-2019.1.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
15 directories, 82 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment