We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003c1f1 commit 1bc7c84Copy full SHA for 1bc7c84
nvbench/cuda_stream.cuh
@@ -65,8 +65,8 @@ struct cuda_stream
65
{}
66
67
/**
68
- * @brief Constructs a new cuda_stream tha is asociated with the device that is active at the call
69
- * time.
+ * @brief Constructs a new cuda_stream tha is associated with the device that is active at the
+ * call time.
70
*/
71
cuda_stream()
72
: cuda_stream(std::nullopt)
testing/cuda_stream.cu
@@ -21,10 +21,10 @@
21
#include <nvbench/device_manager.cuh>
22
#include <nvbench/types.cuh>
23
24
-#include "test_asserts.cuh"
25
-
26
#include <fmt/format.h>
27
+#include "test_asserts.cuh"
+
28
namespace
29
{
30
#ifdef NVBENCH_HAS_CUPTI
0 commit comments