Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ttnghia committed May 5, 2023
1 parent 8d45ee3 commit aa2b963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/tests/utilities/identify_stream_usage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ bool stream_is_invalid(cudaStream_t stream)
void check_stream_and_error(cudaStream_t stream)
{
if (stream_is_invalid(stream)) {
// Exclude the current stackframe from stacktrace, as it is where this function is called.
// Exclude the current function from stacktrace.
std::cout << cudf::get_stacktrace(1) << std::endl;

char const* env_stream_error_mode{std::getenv("GTEST_CUDF_STREAM_ERROR_MODE")};
Expand Down

0 comments on commit aa2b963

Please sign in to comment.