mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Allow to create WddmAllocation with multiple handles
Change-Id: Iac9df91b08a6ce610b985586dfb6b5f63dc668cb Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
7df0be9a13
commit
5b22a50b28
@@ -9,8 +9,9 @@
|
||||
|
||||
namespace OCLRT {
|
||||
std::string WddmAllocation::getAllocationInfoString() const {
|
||||
std::stringstream ss;
|
||||
ss << " Handle: " << handle;
|
||||
return ss.str();
|
||||
return getHandleInfoString();
|
||||
}
|
||||
uint32_t WddmAllocation::getNumHandles() const {
|
||||
return 1u;
|
||||
}
|
||||
} // namespace OCLRT
|
||||
Reference in New Issue
Block a user