mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 17:39:51 +08:00
Make DeviceBitfield argument constant
Related-To: NEO-5225 Change-Id: I14a5a4cc3394cd2b58a74bda183c734a0d17ac25 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
2c1551d40d
commit
c678f3d9b0
@@ -244,7 +244,7 @@ HWTEST_P(PreemptionTest, whenFailToCreatePreemptionAllocationThenFailToCreateDev
|
||||
class MockUltCsr : public UltCommandStreamReceiver<FamilyType> {
|
||||
|
||||
public:
|
||||
MockUltCsr(ExecutionEnvironment &executionEnvironment, DeviceBitfield deviceBitfield)
|
||||
MockUltCsr(ExecutionEnvironment &executionEnvironment, const DeviceBitfield deviceBitfield)
|
||||
: UltCommandStreamReceiver<FamilyType>(executionEnvironment, 0, deviceBitfield) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user