[HIPIFY][#1439] Add reinterpret_cast to args of some functions
+ Perl part of [#1458]
+ Affected functions: hipFuncSetCacheConfig, hipFuncGetAttributes
+ Implement function generateHostFunctions() in hipify-clang for that purposes
+ Update hipify-perl accordingly
[ROCm/hip commit: 9d1d4b78e3]
This commit is contained in:
@@ -24,6 +24,11 @@ THE SOFTWARE.
|
||||
|
||||
extern std::set<std::string> DeviceSymbolFunctions0;
|
||||
extern std::set<std::string> DeviceSymbolFunctions1;
|
||||
extern std::set<std::string> ReinterpretFunctions0;
|
||||
extern std::set<std::string> ReinterpretFunctions1;
|
||||
|
||||
extern std::string sHIP_SYMBOL;
|
||||
extern std::string s_reinterpret_cast;
|
||||
|
||||
namespace perl {
|
||||
|
||||
|
||||
Fai riferimento in un nuovo problema
Block a user