Fixed the mapping of cudaPointerGetAttributes -> hipPointerGetAttributes in the hipify-perl

[ROCm/hip commit: c0bb1d818f]
Этот коммит содержится в:
Ashish
2018-01-17 14:39:42 -08:00
родитель 5e86facde3
Коммит 205362ebd6
+1 -1
Просмотреть файл
@@ -281,7 +281,7 @@ while (@ARGV) {
$ft{'mem'} += s/\bcudaMemcpyKind\b/hipMemcpyKind/g;
$ft{'mem'} += s/\bcudaPointerAttributes\b/hipPointerAttribute_t/g;
$ft{'mem'} += s/\bcudaPointerGetAttributes\b/hipPointerGetAttribute_t/g;
$ft{'mem'} += s/\bcudaPointerGetAttributes\b/hipPointerGetAttributes/g;
$ft{'mem'} += s/\bcudaMemcpy2D\b/hipMemcpy2D/g;
$ft{'mem'} += s/\bcudaMemcpy2DToArray\b/hipMemcpy2DToArray/g;