You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: include/hws/gpu_nvidia/utility.hpp
+4
Original file line number
Diff line number
Diff line change
@@ -52,13 +52,17 @@ namespace hws::detail {
52
52
#defineHWS_CUDA_ERROR_CHECK(cuda_func) cuda_func;
53
53
#endif
54
54
55
+
#if CUDA_VERSION >= 12000
56
+
55
57
/**
56
58
* @brief Convert the clock throttle reason event bitmask to a string representation. If the provided bitmask represents multiple reasons, they are split using "|".
57
59
* @param[in] clocks_event_reasons the bitmask to convert to a string
58
60
* @return all event throttle reasons (`[[nodiscard]]`)
0 commit comments