P4 to Git Change 1580345 by gandryey@gera-lnx-rcf on 2018/07/13 14:50:14

SWDEV-154474 - [Task]: TAN Dual Realtime Queue Enhancement For Radeon Rays
	- Fix linux build error

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.hpp#33 edit
This commit is contained in:
foreman
2018-07-13 15:00:01 -04:00
parent 6b409a027b
commit 494b22221b
+3 -2
View File
@@ -406,8 +406,9 @@ class Device : public NullDevice {
//! Returns the number of available compute rings
uint numExclusiveComputeEngines() const { return exclusiveComputeEnginesId_.size(); }
//! Returns the array of available compute rings
const auto& exclusiveComputeEnginesId() const { return exclusiveComputeEnginesId_; }
//! Returns the map of available exclusive compute rings with the engine index
const std::map<ExclusiveQueueType, uint32_t>& exclusiveComputeEnginesId() const
{ return exclusiveComputeEnginesId_; }
//! Returns the number of available DMA engines
uint numDMAEngines() const { return numDmaEngines_; }