Remove deprecated __HIP_ROCclr__

Change-Id: I19464fef82d5d24af7d4c46a80318a2922895bb8


[ROCm/clr commit: 4937fd7f0e]
This commit is contained in:
Tao Sang
2021-01-08 20:25:08 -05:00
committed by Tao Sang
parent 1c90f9fc26
commit e9ad9ca200
+1 -3
View File
@@ -1725,9 +1725,7 @@ std::vector<std::string> Program::ProcessOptions(amd::option::Options* options)
}
} else {
if (isHIP()) {
optionsVec.push_back("-D__HIP_ROCclr__=1");
} else {
if (!isHIP()) {
int major, minor;
::sscanf(device().info().version_, "OpenCL %d.%d ", &major, &minor);
std::stringstream ss;