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 bc849e5 commit 52647adCopy full SHA for 52647ad
clang/lib/Headers/__clang_hip_libdevice_declares.h
@@ -317,7 +317,7 @@ __device__ __attribute__((pure)) __2f16 __ocml_log_2f16(__2f16);
317
__device__ __attribute__((pure)) __2f16 __ocml_log10_2f16(__2f16);
318
__device__ __attribute__((pure)) __2f16 __ocml_log2_2f16(__2f16);
319
320
-#if HIP_VERSION_MAJOR * 100 + HIP_VERSION_MINOR >= 560 || 1
+#if HIP_VERSION_MAJOR * 100 + HIP_VERSION_MINOR >= 560
321
#define __DEPRECATED_SINCE_HIP_560(X) __attribute__((deprecated(X)))
322
#else
323
#define __DEPRECATED_SINCE_HIP_560(X)
0 commit comments