Add HIP Compute Mode

[ROCm/clr commit: c73cd64f5b]
This commit is contained in:
Aaron Enye Shi
2018-06-22 14:37:19 +00:00
والد 8e2a1e0acd
کامیت 4ad4f6a489
@@ -293,6 +293,12 @@ typedef enum hipDeviceAttribute_t {
hipDeviceAttributeIntegrated, ///< iGPU
} hipDeviceAttribute_t;
enum hipComputeMode {
hipComputeModeDefault = 0,
hipComputeModeExclusive = 1,
hipComputeModeProhibited = 2,
hipComputeModeExcusiveProcess = 3
};
/**
* @}