mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Generate Offline Dump Context ID
On linux OfflineDumpContextId consists of 32b processId in bits 63:32 32b drmContestId in bits 31:0 Also cache linux implementation of getProcessId since the value is constant. Related-To: NEO-7630 Signed-off-by: Fabian Zwolinski <fabian.zwolinski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
53fe4de534
commit
fd971f7a61
@@ -37,6 +37,7 @@ class OsContextWin : public OsContext {
|
||||
void reInitializeContext() override;
|
||||
void getDeviceLuidArray(std::vector<uint8_t> &luidData, size_t arraySize);
|
||||
uint32_t getDeviceNodeMask();
|
||||
uint64_t getOfflineDumpContextId(uint32_t deviceIndex) const override;
|
||||
|
||||
protected:
|
||||
bool initializeContext() override;
|
||||
|
||||
Reference in New Issue
Block a user