[HIP] Add tccDriver info in hipDeviceProp
Fixes #1433.
[ROCm/hip commit: 0fa42af08c]
This commit is contained in:
committed by
Maneesh Gupta
parent
9464185c27
commit
7f7a5a3712
@@ -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