Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pyopencl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kaushik Kulkarni
pyopencl
Commits
521f685a
Commit
521f685a
authored
8 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
More third-party links
parent
b53078a9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/index.rst
+13
-3
13 additions, 3 deletions
doc/index.rst
with
13 additions
and
3 deletions
doc/index.rst
+
13
−
3
View file @
521f685a
...
...
@@ -64,16 +64,26 @@ Tutorials
Software that works with or enhances PyOpenCL
=============================================
* Two wrappers for `clBLAS <https://github.com/clMathLibraries/clBLAS>`_ have emerged,
* Jon Roose's `pyclblas <https://pyclblas.readthedocs.io/en/latest/index.html>`_
(`code <https://github.com/jroose/pyclblas>`_)
makes BLAS in the form of `clBLAS <https://github.com/clMathLibraries/clBLAS>`_
available from within :mod:`pyopencl` code.
Two earlier wrappers continue to be available:
one by `Eric Hunsberger <https://github.com/hunse/pyopencl_blas>`_ and one
by `Lars Ericson <http://lists.tiker.net/pipermail/pyopencl/2015-June/001890.html>`_.
* Gregor Thalhammer's `gpyfft <https://github.com/geggo/gpyfft>`_ provides a
Python wrapper for the OpenCL FFT library clFFT from AMD.
* Bogdan Opanchuk's `reikna <http://pypi.python.org/pypi/reikna>`_ offers a
variety of GPU-based algorithms (FFT, random number generation, matrix
multiplication) designed to work with :class:`pyopencl.array.Array` objects.
* Gregor Thalhammer's `gpyfft <https://github.com/geggo/gpyfft>`_ provides a
Python wrapper for the OpenCL FFT library clFFT from AMD.
* Troels Henriksen, Ken Friis Larsen, and Cosmin Oancea's `Futhark
<http://futhark-lang.org/>`_ programming language offers a nice way to code
nested-parallel programs with reductions and scans on data in
:class:`pyopencl.array.Array` instances.
If you know of a piece of software you feel that should be on this list, please
let me know, or, even better, send a patch!
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment