Add HIP Compute Mode

이 커밋은 다음에 포함됨:
Aaron Enye Shi
2018-06-22 14:37:19 +00:00
부모 272c16d34e
커밋 c73cd64f5b
+6
파일 보기
@@ -293,6 +293,12 @@ typedef enum hipDeviceAttribute_t {
hipDeviceAttributeIntegrated, ///< iGPU
} hipDeviceAttribute_t;
enum hipComputeMode {
hipComputeModeDefault = 0,
hipComputeModeExclusive = 1,
hipComputeModeProhibited = 2,
hipComputeModeExcusiveProcess = 3
};
/**
* @}