[HIP] Add tccDriver info in hipDeviceProp

Fixes #1433.

[ROCm/hip commit: 0fa42af08c]
This commit is contained in:
Sarbojit2019
2019-09-26 13:53:34 +05:30
committed by Maneesh Gupta
parent 9464185c27
commit 7f7a5a3712
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;
}