Skip to content

Commit c430ff7

Browse files
authored
Merge pull request #221 from uliegecsm/name-type
type: renaming `Kokkos_Tools_OptimizationGoal`
2 parents 62f3f02 + bdc248b commit c430ff7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

profiling/all/impl/Kokkos_Profiling_C_Interface.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ enum Kokkos_Tools_OptimizationType {
152152
Kokkos_Tools_Maximize
153153
};
154154

155-
struct Kokkos_Tools_OptimzationGoal {
155+
struct Kokkos_Tools_OptimizationGoal {
156156
size_t type_id;
157157
enum Kokkos_Tools_OptimizationType goal;
158158
};
@@ -218,7 +218,7 @@ typedef void (*Kokkos_Tools_contextBeginFunction)(const size_t);
218218
typedef void (*Kokkos_Tools_contextEndFunction)(
219219
const size_t, struct Kokkos_Tools_VariableValue);
220220
typedef void (*Kokkos_Tools_optimizationGoalDeclarationFunction)(
221-
const size_t, const struct Kokkos_Tools_OptimzationGoal goal);
221+
const size_t, const struct Kokkos_Tools_OptimizationGoal goal);
222222

223223
struct Kokkos_Profiling_EventSet {
224224
Kokkos_Profiling_initFunction init;

profiling/all/impl/Kokkos_Profiling_Interface.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ using ValueType = Kokkos_Tools_VariableInfo_ValueType;
220220
using CandidateValueType = Kokkos_Tools_VariableInfo_CandidateValueType;
221221
using SetOrRange = Kokkos_Tools_VariableInfo_SetOrRange;
222222
using VariableInfo = Kokkos_Tools_VariableInfo;
223-
using OptimizationGoal = Kokkos_Tools_OptimzationGoal;
223+
using OptimizationGoal = Kokkos_Tools_OptimizationGoal;
224224
using TuningString = Kokkos_Tools_Tuning_String;
225225
using VariableValue = Kokkos_Tools_VariableValue;
226226

0 commit comments

Comments
 (0)