Skip to content

Commit

Permalink
Update core/src/Cuda/Kokkos_CudaSpace.cpp
Browse files Browse the repository at this point in the history
Accepting change fuggested by @masterleinad

Co-authored-by: Daniel Arndt <arndtd@ornl.gov>
  • Loading branch information
bjoo and masterleinad authored May 27, 2024
1 parent 105d45e commit cdf688c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/Cuda/Kokkos_CudaSpace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ void *impl_allocate_common(const int device_id,
} else {
// if the API calls all returned cudaSuccess, the strtod() could
// have thrown an exception which we caught. In this case we
// throw a dumb exception ehere
// throw a dumb exception here
throw "Memory Pool Size was incorrectly formatted or unsuitable size";
}
}
Expand Down

0 comments on commit cdf688c

Please sign in to comment.