Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pystencils
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
pystencils
Commits
bae32701
Commit
bae32701
authored
2 years ago
by
Helen Schottenhamml
Browse files
Options
Downloads
Patches
Plain Diff
Fix typos and punctuation in documentation.
parent
79fbd5bb
No related branches found
No related tags found
1 merge request
!320
ARM for linux
Pipeline
#51705
passed with warnings
2 years ago
Stage: pretest
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pystencils/cpu/cpujit.py
+3
-3
3 additions, 3 deletions
pystencils/cpu/cpujit.py
with
3 additions
and
3 deletions
pystencils/cpu/cpujit.py
+
3
−
3
View file @
bae32701
...
...
@@ -13,7 +13,7 @@ in a configuration file.
3. or in your home directory at ``~/.config/pystencils/config.json`` (Linux) or
``%HOMEPATH%\.pystencils\config.json`` (Windows)
If no configuration file is found, a default configuration is created at the above
mentioned location in your home.
If no configuration file is found, a default configuration is created at the above
-
mentioned location in your home.
So run *pystencils* once, then edit the created configuration file.
...
...
@@ -23,7 +23,7 @@ Compiler Config (Linux)
- **
'
os
'
**: should be detected automatically as
'
linux
'
- **
'
command
'
**: path to C++ compiler (defaults to
'
g++
'
)
- **
'
flags
'
**: space separated list of compiler flags. Make sure to activate OpenMP in your compiler
- **
'
restrict_qualifier
'
**: the restrict qualifier is not standardized ac
c
ross compilers.
- **
'
restrict_qualifier
'
**: the
'
restrict
'
qualifier is not standardized across compilers.
For most Linux compilers the qualifier is ``__restrict__``
...
...
@@ -39,7 +39,7 @@ Then 'cl.exe' is used to compile.
where Visual Studio is installed. This path has to contain a file called
'
vcvarsall.bat
'
- **
'
arch
'
**:
'
x86
'
or
'
x64
'
- **
'
flags
'
**: flags passed to
'
cl.exe
'
, make sure OpenMP is activated
- **
'
restrict_qualifier
'
**: the restrict qualifier is not standardized across compilers.
- **
'
restrict_qualifier
'
**: the
'
restrict
'
qualifier is not standardized across compilers.
For Windows compilers the qualifier should be ``__restrict``
"""
...
...
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