Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pystencils-sfg
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
pystencils-sfg
Commits
74228e35
Commit
74228e35
authored
1 year ago
by
Frederik Hennig
Browse files
Options
Downloads
Patches
Plain Diff
migrate to pycodegen namespace
parent
f700eed3
No related branches found
No related tags found
No related merge requests found
Pipeline
#58593
passed
1 year ago
Stage: pretest
Stage: test
Stage: deploy
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
CONTRIBUTING.md
+1
-1
1 addition, 1 deletion
CONTRIBUTING.md
README.md
+1
-1
1 addition, 1 deletion
README.md
docs/index.md
+1
-1
1 addition, 1 deletion
docs/index.md
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
1
−
1
View file @
74228e35
...
...
@@ -50,4 +50,4 @@ pages:
tags
:
-
docker
only
:
-
master@
da15siwa
/pystencils-sfg
-
master@
pycodegen
/pystencils-sfg
This diff is collapsed.
Click to expand it.
CONTRIBUTING.md
+
1
−
1
View file @
74228e35
...
...
@@ -3,7 +3,7 @@
## Creating merge requests
Any contributions to this project must happen through GitLab merge requests to the main development
repository (
currently
[
i10git.cs.fau.de/
da15siwa
/pystencils-sfg
](
https://i10git.cs.fau.de/
da15siwa
/pystencils-sfg
)
).
repository (
[
i10git.cs.fau.de/
pycodegen
/pystencils-sfg
](
https://i10git.cs.fau.de/
pycodegen
/pystencils-sfg
)
).
For a merge request to be accepted, it needs to both pass the continous integration pipeline and be approved by a project maintainer.
## Free Software
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
74228e35
# pystencils Source File Generator (pystencils-sfg)
[
Documentation
](
https://
da15siwa
.pages.i10git.cs.fau.de/pystencils-sfg/
)
[
Documentation
](
https://
pycodegen
.pages.i10git.cs.fau.de/pystencils-sfg/
)
A bridge over the semantic gap between code emitted by pystencils and your C/C++/Cuda/HIP framework.
This project is still in an early stage of development.
...
...
This diff is collapsed.
Click to expand it.
docs/index.md
+
1
−
1
View file @
74228e35
...
...
@@ -11,7 +11,7 @@ Install the package into your current Python environment from the git repository
(usage of virtual environments is strongly encouraged!):
```
bash
pip
install
git+https://i10git.cs.fau.de/
da15siwa
/pystencils-sfg.git
pip
install
git+https://i10git.cs.fau.de/
pycodegen
/pystencils-sfg.git
```
### From PyPI
...
...
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