mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +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
@@ -42,7 +42,7 @@ CommandStreamReceiverHw<GfxFamily>::~CommandStreamReceiverHw() = default;
|
||||
template <typename GfxFamily>
|
||||
CommandStreamReceiverHw<GfxFamily>::CommandStreamReceiverHw(ExecutionEnvironment &executionEnvironment,
|
||||
uint32_t rootDeviceIndex,
|
||||
DeviceBitfield deviceBitfield)
|
||||
const DeviceBitfield deviceBitfield)
|
||||
: CommandStreamReceiver(executionEnvironment, rootDeviceIndex, deviceBitfield) {
|
||||
|
||||
auto &hwHelper = HwHelper::get(peekHwInfo().platform.eRenderCoreFamily);
|
||||
|
||||
Reference in New Issue
Block a user