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
[ROCm/clr commit: 494b22221b]
Этот коммит содержится в:
@@ -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_; }
|
||||
|
||||
Ссылка в новой задаче
Block a user