[HIPIFY] Support of cudaComputeMode / CUcomputemode

+ update docs
+ fix typo in hip_runtime_api.h
This commit is contained in:
Evgeny Mankov
2018-07-14 16:08:19 +03:00
parent 06f4579c3a
commit 55e21055e3
4 changed files with 22 additions and 17 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ enum hipComputeMode {
hipComputeModeDefault = 0,
hipComputeModeExclusive = 1,
hipComputeModeProhibited = 2,
hipComputeModeExcusiveProcess = 3
hipComputeModeExclusiveProcess = 3
};
/**