Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Tags: intel/cmrt

Tags

1.0.6

Toggle 1.0.6's commit message
Bump API version and update NEWS file

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

1.0.5

Toggle 1.0.5's commit message
libcmrt 1.0.5

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

1.0.4

Toggle 1.0.4's commit message
Merge pull request #9 from MidhunKodiyath/cmrt_work

Support dynamic loading

1.0.3

Toggle 1.0.3's commit message
add pre-built CM jitter (igfxcmjit32.so for 32bit, igfxcmjit64.so for…

… 64bit)

CM jitter (igfxcmjit32.so for 32bit, igfxcmjit64.so for 64bit) is an online
compiler to convert VirtualISA into Gen HW instruction, while VirtualISA
is an intermediate representation between CM source code and HW instruction.

Copy the right version of jitter into the directory where cmrt.so locates.

igfxcmjit64.so
build env: Ubuntu 14.04 (64 bit, gcc version 4.8.2)

igfxcmjit32.so
build env: Ubuntu 14.04 (32 bit, gcc version 4.8.2)

Similar systems can re-use the above prebuilt binary.

If you want jitter for other systems, please contact us.

Signed-off-by: Guo Yejun <yejun.guo@intel.com>
Signed-off-by: Sean V Kelley <seanvk@posteo.de>

1.0.2

Toggle 1.0.2's commit message
Merge pull request #7 from MidhunKodiyath/cmrt_fix

Update CM_DEVICE_CAP_NAME enum

1.0.1

Toggle 1.0.1's commit message
autotools: Added MIT License

Signed-off-by: Sean V Kelley <seanvk@posteo.de>