Merge pull request #530 from ROCm-Developer-Tools/hipclang-compute-mode

Add HIP Compute Mode

[ROCm/hip commit: 4b4d78fdb1]
Этот коммит содержится в:
Maneesh Gupta
2018-07-04 10:55:48 +05:30
коммит произвёл GitHub
родитель 86abb2f7b8 260e50769b
Коммит a4eb081242
+6
Просмотреть файл
@@ -293,6 +293,12 @@ typedef enum hipDeviceAttribute_t {
hipDeviceAttributeIntegrated, ///< iGPU
} hipDeviceAttribute_t;
enum hipComputeMode {
hipComputeModeDefault = 0,
hipComputeModeExclusive = 1,
hipComputeModeProhibited = 2,
hipComputeModeExcusiveProcess = 3
};
/**
* @}