Skip to content

Commit

Permalink
Merge pull request #612 from nilsvu/fix_typo
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
dalg24 authored Dec 20, 2024
2 parents 4b36b9d + a8d23f9 commit ebdc601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/ProgrammingGuide/Initialization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Here is an example of how to use the struct.
Kokkos::InitializationSettings settings;
// 8 (CPU) threads
settinge.set_num_threads(8);
settings.set_num_threads(8);
// If Kokkos was built with CUDA enabled, use the GPU with device ID 1.
settings.set_device_id(1);
Expand Down

0 comments on commit ebdc601

Please sign in to comment.