Add HIP Compute Mode

[ROCm/clr commit: c73cd64f5b]
Este commit está contenido en:
Aaron Enye Shi
2018-06-22 14:37:19 +00:00
padre 8e2a1e0acd
commit 4ad4f6a489
@@ -293,6 +293,12 @@ typedef enum hipDeviceAttribute_t {
hipDeviceAttributeIntegrated, ///< iGPU
} hipDeviceAttribute_t;
enum hipComputeMode {
hipComputeModeDefault = 0,
hipComputeModeExclusive = 1,
hipComputeModeProhibited = 2,
hipComputeModeExcusiveProcess = 3
};
/**
* @}