Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
loopy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Andreas Klöckner
loopy
Commits
d32e610c
Commit
d32e610c
authored
1 month ago
by
Alexandru Fikl
Committed by
Andreas Klöckner
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: update ci badge for github actions
parent
9d338485
No related branches found
No related tags found
No related merge requests found
Pipeline
#644497
failed
1 month ago
Stage: test
Changes
1
Pipelines
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 @
d32e610c
...
...
@@ -4,10 +4,10 @@ Loopy: Transformation-Based Generation of High-Performance CPU/GPU Code
.. image:: https://gitlab.tiker.net/inducer/loopy/badges/main/pipeline.svg
:alt: Gitlab Build Status
:target: https://gitlab.tiker.net/inducer/loopy/commits/main
.. image:: https://github.com/inducer/loopy/workflows/
CI
/badge.svg
?branch=main
.. image:: https://github.com/inducer/loopy/
actions/
workflows/
ci.yml
/badge.svg
:alt: Github Build Status
:target: https://github.com/inducer/loopy/actions
?query=branch%3Amain+workflow%3ACI
.. image:: https://badge.fury.io/py/loopy.
pn
g
:target: https://github.com/inducer/loopy/actions
/workflows/ci.yml
.. image:: https://badge.fury.io/py/loopy.
sv
g
:alt: Python Package Index Release Page
:target: https://pypi.org/project/loopy/
.. image:: https://zenodo.org/badge/20281732.svg
...
...
@@ -28,7 +28,7 @@ It can capture the following types of optimizations:
* Loop tiling with efficient handling of boundary cases
* Prefetching/copy optimizations
* Instruction level parallelism
* and many more
* and many more
!
Loopy targets array-type computations, such as the following:
...
...
@@ -36,26 +36,26 @@ Loopy targets array-type computations, such as the following:
* convolutions,
* n-body interactions,
* PDE solvers, such as finite element, finite difference, and
Fast-Multipole-type computations
Fast-Multipole-type computations
.
It is not (and does not want to be) a general-purpose programming language.
Loopy is licensed under the liberal `MIT license
<https://en.wikipedia.org/wiki/MIT_License>`_ and free for commercial, academic,
<https://en.wikipedia.org/wiki/MIT_License>`_
_
and free for commercial, academic,
and private use. All of Loopy's dependencies can be automatically installed from
the package index after using::
pip install loopy
In addition, Loopy is compatible with and enhances
`pyopencl <https://mathema.tician.de/software/pyopencl>`_.
`pyopencl <https://mathema.tician.de/software/pyopencl>`_
_
.
---
Places on the web related to Loopy:
* `Python
p
ackage
i
ndex <https://pypi.org/project/loopy>`_ (download releases)
* `Documentation <https://documen.tician.de/loopy>`_ (read how things work)
* `Github <https://github.com/inducer/loopy>`_ (get latest source code, file bugs)
* `Homepage <https://mathema.tician.de/software/loopy>`_
* `Benchmarks <https://documen.tician.de/loopy/benchmarks>`_
* `Python
P
ackage
I
ndex <https://pypi.org/project/loopy>`_
_
(download releases)
* `Documentation <https://documen.tician.de/loopy>`_
_
(read how things work)
* `Github <https://github.com/inducer/loopy>`_
_
(get latest source code, file bugs)
* `Homepage <https://mathema.tician.de/software/loopy>`_
_
* `Benchmarks <https://documen.tician.de/loopy/benchmarks>`_
_
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