[HIP] Add tccDriver info in hipDeviceProp

Fixes #1433.
This commit is contained in:
Sarbojit2019
2019-09-26 13:53:34 +05:30
committed by Maneesh Gupta
parent 6d69ceeb1d
commit db4c0c0811
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -927,6 +927,7 @@ hipError_t ihipDevice_t::initProperties(hipDeviceProp_t* prop) {
else
prop->ECCEnabled = 0; //Device has ECC support disabled
prop->tccDriver = 0; // valid only for nvcc platform
return e;
}