name change vdi to rocclr

Change-Id: I856d6ac1a9a83d89715d6e33dec4aa17abc2f2f2


[ROCm/clr commit: d6100a9547]
This commit is contained in:
Payam
2020-04-29 23:32:12 -04:00
committed by Aakash Sudhanwa
parent 1e75874295
commit f66b02a3a2
3 changed files with 57 additions and 57 deletions
+1 -1
View File
@@ -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);