mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 21:27:04 +08:00
fix: set eudebug extension property when debugging enabled
In order to debug on XE, XE_EXEC_QUEUE_SET_PROPERTY_EUDEBUG needs to be set up. Related-To: NEO-12691 Signed-off-by: Jitendra Sharma <jitendra.sharma@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3092725df2
commit
25f2504bf5
@@ -152,7 +152,7 @@ class IoctlHelperXe : public IoctlHelper {
|
||||
int debuggerOpenIoctl(DrmIoctl request, void *arg);
|
||||
int debuggerMetadataCreateIoctl(DrmIoctl request, void *arg);
|
||||
int debuggerMetadataDestroyIoctl(DrmIoctl request, void *arg);
|
||||
int getRunaloneExtProperty();
|
||||
int getEudebugExtProperty();
|
||||
virtual bool isExtraEngineClassAllowed(uint16_t engineClass) const { return false; }
|
||||
virtual std::optional<uint32_t> getCxlType() { return {}; }
|
||||
virtual uint32_t getNumEngines(uint64_t *enginesData) const;
|
||||
|
||||
Reference in New Issue
Block a user