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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Andreas Klöckner
pyopencl
Commits
e87cbf7a
Commit
e87cbf7a
authored
11 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
Make references to related software more prominent
parent
a039598e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/array.rst
+0
-7
0 additions, 7 deletions
doc/array.rst
doc/index.rst
+13
-0
13 additions, 0 deletions
doc/index.rst
with
13 additions
and
7 deletions
doc/array.rst
+
0
−
7
View file @
e87cbf7a
...
@@ -276,10 +276,3 @@ Generating Arrays of Random Numbers
...
@@ -276,10 +276,3 @@ Generating Arrays of Random Numbers
.. autofunction:: rand
.. autofunction:: rand
.. autofunction:: fill_rand
.. autofunction:: fill_rand
GPGPU Algorithms
----------------
Bogdan Opanchuk's `reikna <http://pypi.python.org/pypi/reikna>`_ offers a
variety of GPU-based algorithms (FFT, RNG, matrix multiplication) designed to work with
:class:`pyopencl.array.Array` objects.
This diff is collapsed.
Click to expand it.
doc/index.rst
+
13
−
0
View file @
e87cbf7a
...
@@ -81,6 +81,19 @@ for that.
...
@@ -81,6 +81,19 @@ for that.
PyOpenCL also has its own `web site <http://mathema.tician.de/software/pyopencl>`_,
PyOpenCL also has its own `web site <http://mathema.tician.de/software/pyopencl>`_,
where you can find updates, new versions, documentation, and support.
where you can find updates, new versions, documentation, and support.
Software that works with or enhances PyOpenCL
=============================================
* 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.
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!
Indices and tables
Indices and tables
==================
==================
...
...
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