name change vdi to rocclr
Change-Id: I856d6ac1a9a83d89715d6e33dec4aa17abc2f2f2
[ROCm/clr commit: d6100a9547]
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user