Skip to content

Commit 1bc7c84

Browse files
committed
Precommit checks.
1 parent 003c1f1 commit 1bc7c84

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

nvbench/cuda_stream.cuh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ struct cuda_stream
6565
{}
6666

6767
/**
68-
* @brief Constructs a new cuda_stream tha is asociated with the device that is active at the call
69-
* time.
68+
* @brief Constructs a new cuda_stream tha is associated with the device that is active at the
69+
* call time.
7070
*/
7171
cuda_stream()
7272
: cuda_stream(std::nullopt)

testing/cuda_stream.cu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
#include <nvbench/device_manager.cuh>
2222
#include <nvbench/types.cuh>
2323

24-
#include "test_asserts.cuh"
25-
2624
#include <fmt/format.h>
2725

26+
#include "test_asserts.cuh"
27+
2828
namespace
2929
{
3030
#ifdef NVBENCH_HAS_CUPTI

0 commit comments

Comments
 (0)