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]
Этот коммит содержится в:
foreman
2019-09-25 10:40:51 -04:00
родитель b92e7aa87e
Коммит d944e2c3da
+1 -1
Просмотреть файл
@@ -63,7 +63,7 @@ class ClBinary;
class Kernel;
struct SymbolInfo {
size_t sym_type;
int sym_type;
std::vector<std::string>* var_names;
};