documentation: Add build instructions for XeKMD EuDebug support

Related-to: NEO-13057

Signed-off-by: Brandon Yates <brandon.yates@intel.com>
This commit is contained in:
Brandon Yates
2024-10-22 16:19:56 +00:00
committed by Compute-Runtime-Automation
parent 2ba5ee2f6b
commit d3fd39caec

View File

@@ -66,5 +66,13 @@ cmake -DCMAKE_BUILD_TYPE=Release -DNEO_SKIP_UNIT_TESTS=1 ../neo
make -j`nproc` make -j`nproc`
sudo make install sudo make install
``` ```
## Optional - Building NEO with support for XeKMD EU Debugging
NEO Driver has build options to enable support for EU Debugging with XeKMD. Kernel support for this feature is currently only available via a topic branch hosted at https://gitlab.freedesktop.org/miku/kernel/-/tree/eudebug-dev
To build NEO with support for this feature follow above steps with these additional cmake options added to step 6.
` -DNEO_ENABLE_XE_EU_DEBUG_SUPPORT=1 -DNEO_ENABLE_XE_PRELIM_DETECTION=0 `
___(*) Other names and brands may be claimed as property of others.___ ___(*) Other names and brands may be claimed as property of others.___