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:
foreman
2016-11-09 19:58:26 -05:00
rodič 26f7f88e77
revize b3860e965d
+3 -2
Zobrazit soubor
@@ -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