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

[ROCm/hip commit: c0bb1d818f]
This commit is contained in:
Ashish
2018-01-17 14:39:42 -08:00
rodzic 5e86facde3
commit 205362ebd6
+1 -1
Wyświetl plik
@@ -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;