P4 to Git Change 1725623 by gandryey@gera-w8 on 2019/01/03 10:32:08

SWDEV-79445 - OCL generic changes and code clean-up
	- Chnage the scope of SchedulerSourceCode variable

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#109 edit


[ROCm/clr commit: 63a1a63a75]
Bu işleme şunda yer alıyor:
foreman
2019-01-03 11:02:36 -05:00
ebeveyn 79c07c47b6
işleme fb2c9b4116
+1 -1
Dosyayı Görüntüle
@@ -645,8 +645,8 @@ bool Device::create() {
const char* scheduler = nullptr;
#if defined(WITH_LIGHTNING_COMPILER) || defined(USE_COMGR_LIBRARY)
std::string sch = SchedulerSourceCode;
if (settings().useLightning_) {
std::string sch = SchedulerSourceCode;
scheduler = sch.c_str();
}
// create compilation object with cache support