[HIP] Add tccDriver info in hipDeviceProp
Fixes #1433.
[ROCm/clr commit: db4c0c0811]
This commit is contained in:
committed by
Maneesh Gupta
parent
916311410b
commit
3ef2e123bb
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user