P4 to Git Change 2003907 by kjayapra@0_HIPWS_LNX1_ROCM on 2019/09/25 10:27:19

SWDEV-144570 - Fixing compilation error - changing intermediate enum var as int.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.hpp#32 edit


[ROCm/clr commit: 8c489a3680]
This commit is contained in:
foreman
2019-09-25 10:40:51 -04:00
parent b92e7aa87e
commit d944e2c3da
@@ -63,7 +63,7 @@ class ClBinary;
class Kernel;
struct SymbolInfo {
size_t sym_type;
int sym_type;
std::vector<std::string>* var_names;
};