+ C++ maps and docs affected, hipify-perl left unchanged
Этот коммит содержится в:
Evgeny Mankov
2019-10-07 14:33:04 +03:00
родитель 87651cffc2
Коммит b744ec4548
5 изменённых файлов: 1 добавлений и 30 удалений
-4
Просмотреть файл
@@ -440,8 +440,6 @@
| `cudaMemcpyFromSymbolAsync` | |
| `cudaMemcpyToSymbol` | |
| `cudaMemcpyToSymbolAsync` | |
| `cudaOccupancyMaxActiveBlocksPerMultiprocessor` |`hipOccupancyMaxActiveBlocksPerMultiprocessor` |
| `cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags` |`hipOccupancyMaxActiveBlocksPerMultiprocessorWithFlags`|
| `cudaOccupancyMaxPotentialBlockSize` |`hipOccupancyMaxPotentialBlockSize` |
| `cudaOccupancyMaxPotentialBlockSizeWithFlags` | |
| `cudaOccupancyMaxPotentialBlockSizeVariableSMem` | |
@@ -484,7 +482,6 @@
| struct |`cudaTextureDesc` | |`hipTextureDesc` |
| struct |`textureReference` | |`textureReference` |
| struct |`surfaceReference` | | |
| struct |`CUuuid_st` | | |
| enum |***`cudaCGScope`*** | 9.0 | |
| 0 |*`cudaCGScopeInvalid`* | 9.0 | |
| 1 |*`cudaCGScopeGrid`* | 9.0 | |
@@ -974,7 +971,6 @@
| typedef |`cudaArray_const_t` | |`hipArray_const_t` |
| typedef |`cudaEvent_t` | |`hipEvent_t` |
| struct |`CUevent_st` | |`ihipEvent_t` |
| typedef |`cudaGraphicsResource_t` | | |
| struct |`cudaMipmappedArray` | |`hipMipmappedArray` |
| typedef |`cudaMipmappedArray_t` | |`hipMipmappedArray_t` |
| typedef |`cudaMipmappedArray_const_t` | |`hipMipmappedArray_const_t` |
-14
Просмотреть файл
@@ -54,20 +54,6 @@
| uint | `curandDirectionVectors64_t` | | |
| struct | `curandGenerator_st` | | `hiprandGenerator_st` |
| struct* | `curandGenerator_t` | | `hiprandGenerator_t` |
| enum |***`curandOrdering`*** | | |
| enum |***`curandOrdering_t`*** | | |
| 100 |*`CURAND_ORDERING_PSEUDO_BEST`* | | |
| 101 |*`CURAND_ORDERING_PSEUDO_DEFAULT`* | | |
| 102 |*`CURAND_ORDERING_PSEUDO_SEEDED`* | | |
| 201 |*`CURAND_ORDERING_QUASI_DEFAULT`* | | |
| enum |***`curandDirectionVectorSet`*** | | |
| enum |***`curandDirectionVectorSet_t`*** | | |
| 101 |*`CURAND_DIRECTION_VECTORS_32_JOEKUO6`* | | |
| 102 |*`CURAND_SCRAMBLED_DIRECTION_VECTORS_32_JOEKUO6`* | | |
| 103 |*`CURAND_DIRECTION_VECTORS_64_JOEKUO6`* | | |
| 104 |*`CURAND_SCRAMBLED_DIRECTION_VECTORS_64_JOEKUO6`* | | |
| uint | `curandDirectionVectors32_t` | | `hiprandDirectionVectors32_t` |
| uint | `curandDirectionVectors64_t` | | |
| double | `curandDistribution_st` | | |
| double | `curandHistogramM2V_st` | | |
| double* | `curandDistribution_t` | | |