P4 to Git Change 1757956 by kjayapra@1_HIPWS_SL_IPC on 2019/03/18 18:47:13

SWDEV-144570 - Fixing Compilation Error from CL 1757948

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.hpp#21 edit
Tento commit je obsažen v:
foreman
2019-03-18 19:09:27 -04:00
rodič 5d790f0cc0
revize 02357d3832
+1
Zobrazit soubor
@@ -226,6 +226,7 @@ class Program : public amd::HeapObject {
virtual bool findGlobalSymbols(void** dptr, size_t* bytes, const char* globalName) const {
ShouldNotReachHere();
return false;
}
protected: