Merge branch 'master' of https://github.com/ROCm-Developer-Tools/HIP into feature_native_vector_types

This commit is contained in:
Alex Voicu
2018-07-08 22:03:09 +03:00
کامیت 277465eb97
4فایلهای تغییر یافته به همراه52 افزوده شده و 4 حذف شده
@@ -293,6 +293,12 @@ typedef enum hipDeviceAttribute_t {
hipDeviceAttributeIntegrated, ///< iGPU
} hipDeviceAttribute_t;
enum hipComputeMode {
hipComputeModeDefault = 0,
hipComputeModeExclusive = 1,
hipComputeModeProhibited = 2,
hipComputeModeExcusiveProcess = 3
};
/**
* @}