Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Dong Hun Lee <59181952+ldh4@users.noreply.github.com>
  • Loading branch information
masterleinad and ldh4 committed Aug 25, 2023
1 parent b848231 commit 64a9b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/Cuda/Kokkos_Cuda_Instance.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class CudaInternal {
return nullptr != m_scratchSpace && nullptr != m_scratchFlags;
}

void initialize(int cuda_devie, cudaStream_t stream, bool manage_stream);
void initialize(int cuda_device, cudaStream_t stream, bool manage_stream);
void finalize();

void print_configuration(std::ostream&) const;
Expand Down

0 comments on commit 64a9b3d

Please sign in to comment.