[HIP] Add tccDriver info in hipDeviceProp

Fixes #1433.

[ROCm/hip commit: 0fa42af08c]
이 커밋은 다음에 포함됨:
Sarbojit2019
2019-09-26 13:53:34 +05:30
커밋한 사람 Maneesh Gupta
부모 9464185c27
커밋 7f7a5a3712
3개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
+1
파일 보기
@@ -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;
}