mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 18:06:32 +08:00
Add cl_khr_device_uuid to extension list
Related-To: NEO-5681 Signed-off-by: Baj, Tomasz <tomasz.baj@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d5b2f03dc4
commit
b450d3c20b
@@ -138,6 +138,9 @@ class Device : public ReferenceTrackedObject<Device> {
|
||||
const std::vector<SubDevice *> getSubDevices() const { return subdevices; }
|
||||
bool getUuid(std::array<uint8_t, HwInfoConfig::uuidSize> &uuid);
|
||||
void generateUuid(std::array<uint8_t, HwInfoConfig::uuidSize> &uuid);
|
||||
void getAdapterLuid(std::array<uint8_t, HwInfoConfig::luidSize> &luid);
|
||||
MOCKABLE_VIRTUAL bool verifyAdapterLuid();
|
||||
void getAdapterMask(uint32_t &nodeMask);
|
||||
|
||||
protected:
|
||||
Device() = delete;
|
||||
|
||||
Reference in New Issue
Block a user