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]
Этот коммит содержится в:
@@ -63,7 +63,7 @@ class ClBinary;
|
||||
class Kernel;
|
||||
|
||||
struct SymbolInfo {
|
||||
size_t sym_type;
|
||||
int sym_type;
|
||||
std::vector<std::string>* var_names;
|
||||
};
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user