1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434
|
/* config.h.in. Generated from configure.ac by autoheader. */
/* adds build_id to version if it was defined */
#undef BUILD_ID
/* dlopen CUDA libraries */
#undef ENABLE_CUDA_DLOPEN
/* defined to 1 if libfabric was configured with --enable-debug, 0 otherwise
*/
#undef ENABLE_DEBUG
/* EFA memory poisoning support for debugging */
#undef ENABLE_EFA_POISONING
/* dlopen CUDA libraries */
#undef ENABLE_GDRCOPY_DLOPEN
/* Define to 1 to enable memhooks memory monitor */
#undef ENABLE_MEMHOOKS_MONITOR
/* dlopen ROCR libraries */
#undef ENABLE_ROCR_DLOPEN
/* Define to 1 to enable uffd memory monitor */
#undef ENABLE_UFFD_MONITOR
/* dlopen ZE libraries */
#undef ENABLE_ZE_DLOPEN
/* define when building with FABRIC_DIRECT support */
#undef FABRIC_DIRECT_ENABLED
/* Define to 1 if the linker supports alias attribute. */
#undef HAVE_ALIAS_ATTRIBUTE
/* Set to 1 to use c11 atomic functions */
#undef HAVE_ATOMICS
/* Set to 1 to use c11 atomic `least` types */
#undef HAVE_ATOMICS_LEAST_TYPES
/* bgq provider is built */
#undef HAVE_BGQ
/* bgq provider is built as DSO */
#undef HAVE_BGQ_DL
/* Set to 1 to use built-in intrincics atomics */
#undef HAVE_BUILTIN_ATOMICS
/* Set to 1 to use built-in intrinsics memory model aware atomics */
#undef HAVE_BUILTIN_MM_ATOMICS
/* EFADV_DEVICE_ATTR_CAPS_RNR_RETRY is defined */
#undef HAVE_CAPS_RNR_RETRY
/* Define to 1 if clock_gettime is available. */
#undef HAVE_CLOCK_GETTIME
/* Set to 1 to use cpuid */
#undef HAVE_CPUID
/* Define to 1 if criterion requested and available */
#undef HAVE_CRITERION
/* Define to 1 if you have the <cuda_runtime.h> header file. */
#undef HAVE_CUDA_RUNTIME_H
/* Define to 1 if you have the declaration of `ethtool_cmd_speed', and to 0 if
you don't. */
#undef HAVE_DECL_ETHTOOL_CMD_SPEED
/* Define to 1 if you have the declaration of `SPEED_UNKNOWN', and to 0 if you
don't. */
#undef HAVE_DECL_SPEED_UNKNOWN
/* Define to 1 if you have the declaration of `__syscall', and to 0 if you
don't. */
#undef HAVE_DECL___SYSCALL
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* i915 DRM header */
#undef HAVE_DRM
/* efa provider is built */
#undef HAVE_EFA
/* efa provider is built as DSO */
#undef HAVE_EFA_DL
/* Define to 1 if you have the <elf.h> header file. */
#undef HAVE_ELF_H
/* Define if you have epoll support. */
#undef HAVE_EPOLL
/* Define to 1 if you have the `epoll_create' function. */
#undef HAVE_EPOLL_CREATE
/* Set to 1 to use ethtool */
#undef HAVE_ETHTOOL
/* Define to 1 if you have the <gdrapi.h> header file. */
#undef HAVE_GDRAPI_H
/* Whether we have gdrcopy development library or not */
#undef HAVE_GDRCOPY
/* Define to 1 if you have the `getifaddrs' function. */
#undef HAVE_GETIFADDRS
/* gni provider is built */
#undef HAVE_GNI
/* Define to 1 if the system has the type `gni_ct_cqw_post_descriptor_t'. */
#undef HAVE_GNI_CT_CQW_POST_DESCRIPTOR_T
/* gni provider is built as DSO */
#undef HAVE_GNI_DL
/* hook_debug provider is built */
#undef HAVE_HOOK_DEBUG
/* hook_debug provider is built as DSO */
#undef HAVE_HOOK_DEBUG_DL
/* Define to 1 if you have the <hsa/hsa_ext_amd.h> header file. */
#undef HAVE_HSA_HSA_EXT_AMD_H
/* Define to 1 if libibverbs has ibv_is_fork_initialized */
#undef HAVE_IBV_IS_FORK_INITIALIZED
/* Define to 1 if you have the <infiniband/efadv.h> header file. */
#undef HAVE_INFINIBAND_EFADV_H
/* Define to 1 if you have the <infiniband/verbs.h> header file. */
#undef HAVE_INFINIBAND_VERBS_H
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if kdreg available */
#undef HAVE_KDREG
/* Define to 1 if you have the <level_zero/ze_api.h> header file. */
#undef HAVE_LEVEL_ZERO_ZE_API_H
/* Whether we have CUDA runtime or not */
#undef HAVE_LIBCUDA
/* Define to 1 if you have the `dl' library (-ldl). */
#undef HAVE_LIBDL
/* Whether we have libl or libnl3 */
#undef HAVE_LIBNL3
/* Define to 1 if you have the `pthread' library (-lpthread). */
#undef HAVE_LIBPTHREAD
/* ZE support */
#undef HAVE_LIBZE
/* Define to 1 if you have the <linux/mman.h> header file. */
#undef HAVE_LINUX_MMAN_H
/* Whether we have __builtin_ia32_rdpmc() and linux/perf_event.h file or not
*/
#undef HAVE_LINUX_PERF_RDPMC
/* Define to 1 if you have the <linux/userfaultfd.h> header file. */
#undef HAVE_LINUX_USERFAULTFD_H
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* mrail provider is built */
#undef HAVE_MRAIL
/* mrail provider is built as DSO */
#undef HAVE_MRAIL_DL
/* Define to 1 if you have the <netlink/netlink.h> header file. */
#undef HAVE_NETLINK_NETLINK_H
/* Define to 1 if you have the <netlink/version.h> header file. */
#undef HAVE_NETLINK_VERSION_H
/* Define to 1 if you have the <numa.h> header file. */
#undef HAVE_NUMA_H
/* perf provider is built */
#undef HAVE_PERF
/* perf provider is built as DSO */
#undef HAVE_PERF_DL
/* psm provider is built */
#undef HAVE_PSM
/* psm2 provider is built */
#undef HAVE_PSM2
/* psm2_am_register_handlers_2 function is present */
#undef HAVE_PSM2_AM_REGISTER_HANDLERS_2
/* psm2 provider is built as DSO */
#undef HAVE_PSM2_DL
/* Define to 1 if you have the <psm2.h> header file. */
#undef HAVE_PSM2_H
/* psm2_info_query function is present */
#undef HAVE_PSM2_INFO_QUERY
/* psm2_mq_fp_msg function is present and enabled */
#undef HAVE_PSM2_MQ_FP_MSG
/* psm2_mq_ipeek_dequeue_multi function is present and enabled */
#undef HAVE_PSM2_MQ_REQ_USER
/* PSM2 source is built-in */
#undef HAVE_PSM2_SRC
/* psm3 provider is built */
#undef HAVE_PSM3
/* psm3 provider is built as DSO */
#undef HAVE_PSM3_DL
/* PSM3 source is built-in */
#undef HAVE_PSM3_SRC
/* psm provider is built as DSO */
#undef HAVE_PSM_DL
/* Define to 1 if you have the <psm.h> header file. */
#undef HAVE_PSM_H
/* Define to 1 if you have the <rdma/rdma_cma.h> header file. */
#undef HAVE_RDMA_RDMA_CMA_H
/* Define to 1 if you have the <rdma/rv_user_ioctls.h> header file. */
#undef HAVE_RDMA_RV_USER_IOCTLS_H
/* efadv_device_attr has max_rdma_size */
#undef HAVE_RDMA_SIZE
/* ROCR HSA support */
#undef HAVE_ROCR
/* rstream provider is built */
#undef HAVE_RSTREAM
/* rstream provider is built as DSO */
#undef HAVE_RSTREAM_DL
/* Define to 1 if you have the <rv/rv_user_ioctls.h> header file. */
#undef HAVE_RV_RV_USER_IOCTLS_H
/* rxd provider is built */
#undef HAVE_RXD
/* rxd provider is built as DSO */
#undef HAVE_RXD_DL
/* rxm provider is built */
#undef HAVE_RXM
/* rxm provider is built as DSO */
#undef HAVE_RXM_DL
/* shm provider is built */
#undef HAVE_SHM
/* shm provider is built as DSO */
#undef HAVE_SHM_DL
/* sockets provider is built */
#undef HAVE_SOCKETS
/* sockets provider is built as DSO */
#undef HAVE_SOCKETS_DL
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if compiler/linker support symbol versioning. */
#undef HAVE_SYMVER_SUPPORT
/* Define to 1 if you have the <sys/auxv.h> header file. */
#undef HAVE_SYS_AUXV_H
/* Define to 1 if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/syscall.h> header file. */
#undef HAVE_SYS_SYSCALL_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* tcp provider is built */
#undef HAVE_TCP
/* tcp provider is built as DSO */
#undef HAVE_TCP_DL
/* Define to 1 if typeof works with your compiler. */
#undef HAVE_TYPEOF
/* udp provider is built */
#undef HAVE_UDP
/* udp provider is built as DSO */
#undef HAVE_UDP_DL
/* Define to 1 if platform supports userfault fd unmap */
#undef HAVE_UFFD_UNMAP
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* usnic provider is built */
#undef HAVE_USNIC
/* usnic provider is built as DSO */
#undef HAVE_USNIC_DL
/* Define to 1 if you have the <uuid/uuid.h> header file. */
#undef HAVE_UUID_UUID_H
/* verbs provider is built */
#undef HAVE_VERBS
/* verbs provider is built as DSO */
#undef HAVE_VERBS_DL
/* Define to 1 if xpmem available */
#undef HAVE_XPMEM
/* Define to 1 if you have the `__clear_cache' function. */
#undef HAVE___CLEAR_CACHE
/* Define to 1 if you have the `__curbrk' function. */
#undef HAVE___CURBRK
/* Define to 1 if you have the `__syscall' function. */
#undef HAVE___SYSCALL
/* Define to 1 to enable valgrind annotations */
#undef INCLUDE_VALGRIND
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Whether we have CUDA runtime or not */
#undef PSM3_CUDA
/* Define to 1 if pthread_spin_init is available. */
#undef PT_LOCK_SPIN
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Whether to build the fake usNIC verbs provider or not */
#undef USNIC_BUILD_FAKE_VERBS_DRIVER
/* Whether infiniband/verbs.h has ibv_reg_dmabuf_mr() support or not */
#undef VERBS_HAVE_DMABUF_MR
/* Whether infiniband/verbs.h has ibv_query_device_ex() support or not */
#undef VERBS_HAVE_QUERY_EX
/* Whether rdma/rdma_cma.h has rdma_establish() support or not */
#undef VERBS_HAVE_RDMA_ESTABLISH
/* Whether infiniband/verbs.h has XRC support or not */
#undef VERBS_HAVE_XRC
/* Version number of package */
#undef VERSION
/* Define to __typeof__ if your compiler spells it that way. */
#undef typeof
#if defined(__linux__) && (defined(__x86_64__) || defined(__amd64__) || defined(__aarch64__)) && ENABLE_MEMHOOKS_MONITOR
#define HAVE_MEMHOOKS_MONITOR 1
#else
#define HAVE_MEMHOOKS_MONITOR 0
#endif
#if HAVE_UFFD_UNMAP && ENABLE_UFFD_MONITOR
#define HAVE_UFFD_MONITOR 1
#else
#define HAVE_UFFD_MONITOR 0
#endif
|