File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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);
218218typedef void (*Kokkos_Tools_contextEndFunction)(
219219 const size_t , struct Kokkos_Tools_VariableValue );
220220typedef 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
223223struct Kokkos_Profiling_EventSet {
224224 Kokkos_Profiling_initFunction init;
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ using ValueType = Kokkos_Tools_VariableInfo_ValueType;
220220using CandidateValueType = Kokkos_Tools_VariableInfo_CandidateValueType;
221221using SetOrRange = Kokkos_Tools_VariableInfo_SetOrRange;
222222using VariableInfo = Kokkos_Tools_VariableInfo;
223- using OptimizationGoal = Kokkos_Tools_OptimzationGoal ;
223+ using OptimizationGoal = Kokkos_Tools_OptimizationGoal ;
224224using TuningString = Kokkos_Tools_Tuning_String;
225225using VariableValue = Kokkos_Tools_VariableValue;
226226
You can’t perform that action at this time.
0 commit comments