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
5b6fcb20
Unverified
Commit
5b6fcb20
authored
5 years ago
by
Andreas Klöckner
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #298 from yxliang01/patch-1
docs(README.rst): embrace https links
parents
ed2f2aca
0869c5be
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+12
-12
12 additions, 12 deletions
README.rst
with
12 additions
and
12 deletions
README.rst
+
12
−
12
View file @
5b6fcb20
...
@@ -15,11 +15,11 @@ PyOpenCL: Pythonic Access to OpenCL, with Arrays and Algorithms
...
@@ -15,11 +15,11 @@ PyOpenCL: Pythonic Access to OpenCL, with Arrays and Algorithms
PyOpenCL lets you access GPUs and other massively parallel compute
PyOpenCL lets you access GPUs and other massively parallel compute
devices from Python. It tries to offer computing goodness in the
devices from Python. It tries to offer computing goodness in the
spirit of its sister project `PyCUDA <http://mathema.tician.de/software/pycuda>`_:
spirit of its sister project `PyCUDA <http
s
://mathema.tician.de/software/pycuda>`_:
* Object cleanup tied to lifetime of objects. This idiom, often
* Object cleanup tied to lifetime of objects. This idiom, often
called
called
`RAII <http://en.wikipedia.org/wiki/Resource_Acquisition_Is_Initialization>`_
`RAII <http
s
://en.wikipedia.org/wiki/Resource_Acquisition_Is_Initialization>`_
in C++, makes it much easier to write correct, leak- and
in C++, makes it much easier to write correct, leak- and
crash-free code.
crash-free code.
...
@@ -33,11 +33,11 @@ spirit of its sister project `PyCUDA <http://mathema.tician.de/software/pycuda>`
...
@@ -33,11 +33,11 @@ spirit of its sister project `PyCUDA <http://mathema.tician.de/software/pycuda>`
* Speed. PyOpenCL's base layer is written in C++, so all the niceties
* Speed. PyOpenCL's base layer is written in C++, so all the niceties
above are virtually free.
above are virtually free.
* Helpful and complete `Documentation <http://documen.tician.de/pyopencl>`__
* Helpful and complete `Documentation <http
s
://documen.tician.de/pyopencl>`__
as well as a `Wiki <http://wiki.tiker.net/PyOpenCL>`_.
as well as a `Wiki <http
s
://wiki.tiker.net/PyOpenCL>`_.
* Liberal license. PyOpenCL is open-source under the
* Liberal license. PyOpenCL is open-source under the
`MIT license <http://en.wikipedia.org/wiki/MIT_License>`_
`MIT license <http
s
://en.wikipedia.org/wiki/MIT_License>`_
and free for commercial, academic, and private use.
and free for commercial, academic, and private use.
* Broad support. PyOpenCL was tested and works with Apple's, AMD's, and Nvidia's
* Broad support. PyOpenCL was tested and works with Apple's, AMD's, and Nvidia's
...
@@ -52,15 +52,15 @@ instead build from source:
...
@@ -52,15 +52,15 @@ instead build from source:
* gcc/g++ new enough to be compatible with pybind11
* gcc/g++ new enough to be compatible with pybind11
(see their `FAQ <https://pybind11.readthedocs.io/en/stable/faq.html>`_)
(see their `FAQ <https://pybind11.readthedocs.io/en/stable/faq.html>`_)
* `numpy <http://numpy.org>`_, and
* `numpy <http
s
://numpy.org>`_, and
* an OpenCL implementation. (See this `howto <http://wiki.tiker.net/OpenCLHowTo>`_ for how to get one.)
* an OpenCL implementation. (See this `howto <http
s
://wiki.tiker.net/OpenCLHowTo>`_ for how to get one.)
Places on the web related to PyOpenCL:
Places on the web related to PyOpenCL:
* `Python package index <http://pypi.python.org/pypi/pyopencl>`_ (download releases)
* `Python package index <http
s
://pypi.python.org/pypi/pyopencl>`_ (download releases)
* `Documentation <http://documen.tician.de/pyopencl>`__ (read how things work)
* `Documentation <http
s
://documen.tician.de/pyopencl>`__ (read how things work)
* `Conda Forge <https://anaconda.org/conda-forge/pyopencl>`_ (download binary packages for Linux, macOS, Windows)
* `Conda Forge <https://anaconda.org/conda-forge/pyopencl>`_ (download binary packages for Linux, macOS, Windows)
* `C. Gohlke's Windows binaries <http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyopencl>`_ (download Windows binaries)
* `C. Gohlke's Windows binaries <http
s
://www.lfd.uci.edu/~gohlke/pythonlibs/#pyopencl>`_ (download Windows binaries)
* `Github <http://github.com/inducer/pyopencl>`_ (get latest source code, file bugs)
* `Github <http
s
://github.com/inducer/pyopencl>`_ (get latest source code, file bugs)
* `Wiki <http://wiki.tiker.net/PyOpenCL>`_ (read installation tips, get examples, read FAQ)
* `Wiki <http
s
://wiki.tiker.net/PyOpenCL>`_ (read installation tips, get examples, read FAQ)
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