Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hyteg-operators
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
hyteg
hyteg-operators
Commits
afb34c3f
Commit
afb34c3f
authored
1 year ago
by
Nils Kohl
Browse files
Options
Downloads
Patches
Plain Diff
Updated HFG to 32b65e5ff4a27fb6395c0548e39c7d1f58c927e0, fixed minor API change issue.
parent
a6d64def
No related branches found
No related tags found
1 merge request
!3
New operators (Epsilon, FullStokes), components, blending, cmake
Pipeline
#62825
failed
1 year ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
generate/generate.py
+1
-2
1 addition, 2 deletions
generate/generate.py
generate/requirements.txt
+1
-1
1 addition, 1 deletion
generate/requirements.txt
with
2 additions
and
3 deletions
generate/generate.py
+
1
−
2
View file @
afb34c3f
...
@@ -352,10 +352,9 @@ def generate_operator(
...
@@ -352,10 +352,9 @@ def generate_operator(
dir_path
=
os
.
path
.
join
(
args
.
output
,
form_str
)
dir_path
=
os
.
path
.
join
(
args
.
output
,
form_str
)
operator
.
generate_class_code
(
operator
.
generate_class_code
(
dir_path
,
dir_path
,
args
.
clang_format_binary
,
loop_strategies
[
spec
[
"
loop-strategy
"
]],
loop_strategies
[
spec
[
"
loop-strategy
"
]],
class_files
=
operators
.
CppClassFiles
.
HEADER_IMPL_AND_VARIANTS
,
class_files
=
operators
.
CppClassFiles
.
HEADER_IMPL_AND_VARIANTS
,
clang_format
=
True
,
clang_format
_binary
=
args
.
clang_format_binary
,
)
)
kernel_implementations
=
{}
kernel_implementations
=
{}
...
...
This diff is collapsed.
Click to expand it.
generate/requirements.txt
+
1
−
1
View file @
afb34c3f
--extra-index-url https://test.pypi.org/simple/
--extra-index-url https://test.pypi.org/simple/
hfg @ git+ssh://git@i10git.cs.fau.de/terraneo/hyteg-form-generator.git@
11f5b9b20c11bbf90020d43a08ad9513c8edcf7a
hfg @ git+ssh://git@i10git.cs.fau.de/terraneo/hyteg-form-generator.git@
32b65e5ff4a27fb6395c0548e39c7d1f58c927e0
tomli >= 1.1.0 ; python_version < "3.11"
tomli >= 1.1.0 ; python_version < "3.11"
clang-format
clang-format
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