mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Use std::bitset for deviceBitfield.
Change-Id: I9078ffbb38967b753980cb1c5ebcab00f5292598 Signed-off-by: Piotr Fusik <piotr.fusik@intel.com>
This commit is contained in:
@@ -14,7 +14,7 @@ class OsContextLinux : public OsContext {
|
||||
public:
|
||||
OsContextLinux() = delete;
|
||||
~OsContextLinux() override;
|
||||
OsContextLinux(Drm &drm, uint32_t contextId, uint32_t deviceBitfield,
|
||||
OsContextLinux(Drm &drm, uint32_t contextId, DeviceBitfield deviceBitfield,
|
||||
EngineInstanceT engineType, PreemptionMode preemptionMode);
|
||||
|
||||
unsigned int getEngineFlag() const { return engineFlag; }
|
||||
|
||||
Reference in New Issue
Block a user