name change vdi to rocclr
Change-Id: I856d6ac1a9a83d89715d6e33dec4aa17abc2f2f2
Этот коммит содержится в:
коммит произвёл
Aakash Sudhanwa
родитель
bfbc8cd09b
Коммит
d6100a9547
@@ -1765,7 +1765,7 @@ std::vector<std::string> Program::ProcessOptions(amd::option::Options* options)
|
||||
} else {
|
||||
|
||||
if (isHIP()) {
|
||||
optionsVec.push_back("-D__HIP_VDI__=1");
|
||||
optionsVec.push_back("-D__HIP_ROCclr__=1");
|
||||
scratchStr.clear();
|
||||
std::string target(machineTarget_);
|
||||
std::transform(target.begin(), target.end(), target.begin(), ::toupper);
|
||||
|
||||
Ссылка в новой задаче
Block a user