-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into f-FeatureCaseStudies
- Loading branch information
Showing
154 changed files
with
659 additions
and
938 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,5 @@ tags: | |
- template | ||
- solver | ||
- 1000ms | ||
- perf_prec | ||
- BiCGSTABSolver |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,5 @@ tags: | |
- template | ||
- solver | ||
- 1000ms | ||
- perf_prec | ||
- GradientSolver |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,5 @@ tags: | |
- template | ||
- solver | ||
- 1000ms | ||
- perf_prec | ||
- LoopSolver |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,5 @@ tags: | |
- template | ||
- solver | ||
- 1000ms | ||
- perf_prec | ||
- MINRESSolver |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,5 @@ tags: | |
- template | ||
- preconditioner | ||
- 1000ms | ||
- perf_prec | ||
- Richardson |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,5 @@ tags: | |
- template | ||
- preconditioner | ||
- 1000ms | ||
- perf_prec | ||
- SeqILU |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ tags: | |
- synthetic | ||
- GMRESSolver | ||
- HyTeg | ||
- perf_prec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ tags: | |
- synthetic | ||
- MinResSolver | ||
- HyTeg | ||
- perf_prec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ tags: | |
- synthetic | ||
- SORSmoother | ||
- HyTeg | ||
- perf_prec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ tags: | |
- synthetic | ||
- SymmetricSORSmoother | ||
- HyTeg | ||
- perf_prec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,13 @@ | ||
diff --git a/external/FeaturePerfUtilities b/external/FeaturePerfUtilities | ||
index b72ba04..c0894ed 160000 | ||
--- a/external/FeaturePerfUtilities | ||
+++ b/external/FeaturePerfUtilities | ||
@@ -1 +1 @@ | ||
-Subproject commit b72ba04c3c39c49b7cabfdf2bcb9b6bb8c03367e | ||
+Subproject commit c0894ed2495d62f1adc4ad4f72c32fd38bb31213 | ||
diff --git a/projects/SynthCTTraitBased/Algorithms.h b/projects/SynthCTTraitBased/Algorithms.h | ||
index 37d6f84..fdb2438 100644 | ||
index f34e7d1..b83dc8b 100644 | ||
--- a/projects/SynthCTTraitBased/Algorithms.h | ||
+++ b/projects/SynthCTTraitBased/Algorithms.h | ||
@@ -19,7 +19,7 @@ struct NullAlgorithm { | ||
}; | ||
@@ -20,7 +20,7 @@ struct NullAlgorithm { | ||
|
||
struct AlgorithmWithA : public NullAlgorithm { | ||
- void initA() { busy_sleep_for_millisecs(1000); } | ||
+ void initA() { busy_sleep_for_millisecs(1000 + 10000 ); } | ||
__attribute__((feature_variable("A"))) void initA() { | ||
- busy_sleep_for_millisecs(1000); | ||
+ busy_sleep_for_millisecs(1000 + 10000 ); | ||
} | ||
|
||
template <typename StorageTy> void processA(StorageTy &S) { | ||
busy_sleep_for_millisecs(1000); | ||
template <typename StorageTy> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,13 @@ | ||
diff --git a/external/FeaturePerfUtilities b/external/FeaturePerfUtilities | ||
index b72ba04..c0894ed 160000 | ||
--- a/external/FeaturePerfUtilities | ||
+++ b/external/FeaturePerfUtilities | ||
@@ -1 +1 @@ | ||
-Subproject commit b72ba04c3c39c49b7cabfdf2bcb9b6bb8c03367e | ||
+Subproject commit c0894ed2495d62f1adc4ad4f72c32fd38bb31213 | ||
diff --git a/projects/SynthCTTraitBased/Algorithms.h b/projects/SynthCTTraitBased/Algorithms.h | ||
index 37d6f84..fdb2438 100644 | ||
index f34e7d1..b83dc8b 100644 | ||
--- a/projects/SynthCTTraitBased/Algorithms.h | ||
+++ b/projects/SynthCTTraitBased/Algorithms.h | ||
@@ -19,7 +19,7 @@ struct NullAlgorithm { | ||
}; | ||
@@ -20,7 +20,7 @@ struct NullAlgorithm { | ||
|
||
struct AlgorithmWithA : public NullAlgorithm { | ||
- void initA() { busy_sleep_for_millisecs(1000); } | ||
+ void initA() { busy_sleep_for_millisecs(1000 + 1000 ); } | ||
__attribute__((feature_variable("A"))) void initA() { | ||
- busy_sleep_for_millisecs(1000); | ||
+ busy_sleep_for_millisecs(1000 + 1000 ); | ||
} | ||
|
||
template <typename StorageTy> void processA(StorageTy &S) { | ||
busy_sleep_for_millisecs(1000); | ||
template <typename StorageTy> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,13 @@ | ||
diff --git a/external/FeaturePerfUtilities b/external/FeaturePerfUtilities | ||
index b72ba04..c0894ed 160000 | ||
--- a/external/FeaturePerfUtilities | ||
+++ b/external/FeaturePerfUtilities | ||
@@ -1 +1 @@ | ||
-Subproject commit b72ba04c3c39c49b7cabfdf2bcb9b6bb8c03367e | ||
+Subproject commit c0894ed2495d62f1adc4ad4f72c32fd38bb31213 | ||
diff --git a/projects/SynthCTTraitBased/Algorithms.h b/projects/SynthCTTraitBased/Algorithms.h | ||
index 37d6f84..fdb2438 100644 | ||
index f34e7d1..b83dc8b 100644 | ||
--- a/projects/SynthCTTraitBased/Algorithms.h | ||
+++ b/projects/SynthCTTraitBased/Algorithms.h | ||
@@ -19,7 +19,7 @@ struct NullAlgorithm { | ||
}; | ||
@@ -20,7 +20,7 @@ struct NullAlgorithm { | ||
|
||
struct AlgorithmWithA : public NullAlgorithm { | ||
- void initA() { busy_sleep_for_millisecs(1000); } | ||
+ void initA() { busy_sleep_for_millisecs(1000 + 100 ); } | ||
__attribute__((feature_variable("A"))) void initA() { | ||
- busy_sleep_for_millisecs(1000); | ||
+ busy_sleep_for_millisecs(1000 + 100 ); | ||
} | ||
|
||
template <typename StorageTy> void processA(StorageTy &S) { | ||
busy_sleep_for_millisecs(1000); | ||
template <typename StorageTy> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.