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 76f78ec commit f184147Copy full SHA for f184147
openmp/libomptarget/plugins-nextgen/amdgpu/dynamic_hsa/hsa_ext_amd.h
@@ -14,6 +14,15 @@
14
15
#include "hsa.h"
16
17
+/* Using this header means we do not know what version library will be linked.
18
+ Until such point as a CMake level override is requested, default to the
19
+ minimum. */
20
+/*
21
+ * - 1.0 - initial version
22
+ */
23
+#define HSA_AMD_INTERFACE_VERSION_MAJOR 1
24
+#define HSA_AMD_INTERFACE_VERSION_MINOR 0
25
+
26
#ifdef __cplusplus
27
extern "C" {
28
#endif
0 commit comments