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 68ce701 commit a4be38cCopy full SHA for a4be38c
cudax/include/cuda/experimental/__library/library_ref.cuh
@@ -46,11 +46,11 @@ struct library_symbol_info
46
class library_ref
47
{
48
public:
49
-#if _CCCL_CTK_BELOW(12, 5)
+#if _CCCL_CTK_BELOW(12, 7)
50
using value_type = ::CUlibrary;
51
-#else // ^^^ _CCCL_CTK_BELOW(12, 5) ^^^ / vvv _CCCL_CTK_AT_LEAST(12, 5) vvv
+#else // ^^^ _CCCL_CTK_BELOW(12, 7) ^^^ / vvv _CCCL_CTK_AT_LEAST(12, 7) vvv
52
using value_type = ::cudaLibrary_t;
53
-#endif // _CCCL_CTK_BELOW(12, 5)
+#endif // _CCCL_CTK_BELOW(12, 7)
54
55
//! @brief Disallow construction from a null pointer
56
library_ref(::cuda::std::nullptr_t) = delete;
0 commit comments