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 @@ -154,7 +154,7 @@ enum Kokkos_Tools_OptimizationType {
154154 Kokkos_Tools_Maximize
155155};
156156
157- struct Kokkos_Tools_OptimzationGoal {
157+ struct Kokkos_Tools_OptimizationGoal {
158158 size_t type_id;
159159 enum Kokkos_Tools_OptimizationType goal;
160160};
@@ -220,7 +220,7 @@ typedef void (*Kokkos_Tools_contextBeginFunction)(const size_t);
220220typedef void (*Kokkos_Tools_contextEndFunction)(
221221 const size_t , struct Kokkos_Tools_VariableValue );
222222typedef void (*Kokkos_Tools_optimizationGoalDeclarationFunction)(
223- const size_t , const struct Kokkos_Tools_OptimzationGoal goal);
223+ const size_t , const struct Kokkos_Tools_OptimizationGoal goal);
224224
225225struct Kokkos_Profiling_EventSet {
226226 Kokkos_Profiling_initFunction init;
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ using ValueType = Kokkos_Tools_VariableInfo_ValueType;
226226using CandidateValueType = Kokkos_Tools_VariableInfo_CandidateValueType;
227227using SetOrRange = Kokkos_Tools_VariableInfo_SetOrRange;
228228using VariableInfo = Kokkos_Tools_VariableInfo;
229- using OptimizationGoal = Kokkos_Tools_OptimzationGoal ;
229+ using OptimizationGoal = Kokkos_Tools_OptimizationGoal ;
230230using TuningString = Kokkos_Tools_Tuning_String;
231231using VariableValue = Kokkos_Tools_VariableValue;
232232
You can’t perform that action at this time.
0 commit comments