2
0

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


[ROCm/clr commit: 02357d3832]
Este cometimento está contido em:
foreman
2019-03-18 19:09:27 -04:00
ascendente 29aabcf956
cometimento 5ea668213e
+1
Ver ficheiro
@@ -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: