2
0

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

Este cometimento está contido em:
Ashish
2018-01-17 14:39:42 -08:00
ascendente 485478249e
cometimento c0bb1d818f
+1 -1
Ver ficheiro
@@ -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;