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
4 changed files with 52 additions and 4 deletions
+6
View File
@@ -293,6 +293,12 @@ typedef enum hipDeviceAttribute_t {
hipDeviceAttributeIntegrated, ///< iGPU
} hipDeviceAttribute_t;
enum hipComputeMode {
hipComputeModeDefault = 0,
hipComputeModeExclusive = 1,
hipComputeModeProhibited = 2,
hipComputeModeExcusiveProcess = 3
};
/**
* @}