MLIR-AIE
Macros
version.h File Reference

Go to the source code of this file.

Macros

#define XRT_DRIVER_VERSION   "2.20.0,6771f4d86fa616b8908d86d0999ee802074a32d8"
 
#define XRT_VERSION(major, minor)   ((major << 16) + (minor))
 
#define XRT_VERSION_CODE   XRT_VERSION(2, 20)
 
#define XRT_MAJOR(code)   ((code >> 16))
 
#define XRT_MINOR(code)   (code - ((code >> 16) << 16))
 
#define XRT_PATCH   0
 
#define XRT_HEAD_COMMITS   8219
 
#define XRT_BRANCH_COMMITS   -1
 

Macro Definition Documentation

◆ XRT_BRANCH_COMMITS

#define XRT_BRANCH_COMMITS   -1

Definition at line 35 of file version.h.

◆ XRT_DRIVER_VERSION

#define XRT_DRIVER_VERSION   "2.20.0,6771f4d86fa616b8908d86d0999ee802074a32d8"

Definition at line 27 of file version.h.

◆ XRT_HEAD_COMMITS

#define XRT_HEAD_COMMITS   8219

Definition at line 34 of file version.h.

◆ XRT_MAJOR

#define XRT_MAJOR (   code)    ((code >> 16))

Definition at line 31 of file version.h.

◆ XRT_MINOR

#define XRT_MINOR (   code)    (code - ((code >> 16) << 16))

Definition at line 32 of file version.h.

◆ XRT_PATCH

#define XRT_PATCH   0

Definition at line 33 of file version.h.

◆ XRT_VERSION

#define XRT_VERSION (   major,
  minor 
)    ((major << 16) + (minor))

Definition at line 29 of file version.h.

◆ XRT_VERSION_CODE

#define XRT_VERSION_CODE   XRT_VERSION(2, 20)

Definition at line 30 of file version.h.