Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hog
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
hog
Commits
c39d1af6
Commit
c39d1af6
authored
1 year ago
by
Nils Kohl
Browse files
Options
Downloads
Patches
Plain Diff
HyTeG integration tests: Minor test fix.
parent
43c0d27e
No related branches found
No related tags found
1 merge request
!2
Vector operators
Pipeline
#65928
failed
1 year ago
Stage: test
Stage: integration
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hyteg_integration_tests/src/OperatorGenerationTest.hpp
+1
-1
1 addition, 1 deletion
hyteg_integration_tests/src/OperatorGenerationTest.hpp
with
1 addition
and
1 deletion
hyteg_integration_tests/src/OperatorGenerationTest.hpp
+
1
−
1
View file @
c39d1af6
...
@@ -308,7 +308,7 @@ void compareGEMV( const uint_t level,
...
@@ -308,7 +308,7 @@ void compareGEMV( const uint_t level,
{
{
maxAbs
=
err
.
getDoFs
()
->
getMaxMagnitude
(
level
);
maxAbs
=
err
.
getDoFs
()
->
getMaxMagnitude
(
level
);
}
}
else
if
constexpr
(
std
::
is_same_v
<
Ref
DstFncType
,
P1VectorFunction
<
real_t
>
>
||
std
::
is_same_v
<
Ref
DstFncType
,
P2VectorFunction
<
real_t
>
>
)
else
if
constexpr
(
std
::
is_same_v
<
DstFncType
,
P1VectorFunction
<
real_t
>
>
||
std
::
is_same_v
<
DstFncType
,
P2VectorFunction
<
real_t
>
>
)
{
{
maxAbs
=
err
.
getMaxComponentMagnitude
(
level
,
All
);
maxAbs
=
err
.
getMaxComponentMagnitude
(
level
,
All
);
}
}
...
...
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