P4 to Git Change 1339111 by lmoriche@lmoriche_opencl_dev on 2016/11/09 19:34:29
SWDEV-95488 - Limiting max cap Context on ROCm, it is limited to 100
- Re-order the member variables to match the initializer list.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.hpp#8 edit
[ROCm/clr commit: 1f5d19b75b]
Tento commit je obsažen v:
@@ -221,8 +221,6 @@ public:
|
||||
|
||||
static bool loadHsaModules();
|
||||
|
||||
amd::Atomic<uint> numOfVgpus_; //!< Virtual gpu unique index
|
||||
|
||||
bool create();
|
||||
|
||||
//! Construct a new physical HSA device
|
||||
@@ -367,6 +365,9 @@ private:
|
||||
VirtualGPU *xferQueue_; //!< Transfer queue, created on demand
|
||||
|
||||
VirtualGPU* xferQueue() const;
|
||||
|
||||
public:
|
||||
amd::Atomic<uint> numOfVgpus_; //!< Virtual gpu unique index
|
||||
}; // class roc::Device
|
||||
} // namespace roc
|
||||
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele