mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
Add NTHandle sharing
Signed-off-by: Kamil Diedrich <kamil.diedrich@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
8133b6d213
commit
465bec3d76
@@ -29,6 +29,7 @@ namespace NEO {
|
||||
|
||||
using osHandle = unsigned int;
|
||||
inline osHandle toOsHandle(const void *handle) {
|
||||
|
||||
return static_cast<osHandle>(castToUint64(handle));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user