You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is with the type of the second argument of this call to hipMemcpyHtoDAsync .
I.e. one cannot give the same types of arguments to hipMemcpyHtoDAsync as one would to cuMemcpyHtoDAsync, which means that running hipconvertinplace-perl.sh is not sufficient.
Operating System
NAME="Rocky Linux" VERSION="8.9 (Green Obsidian)"
CPU
AMD Ryzen Threadripper 3970X 32-Core Processor
GPU
AMD Radeon Pro W7900
ROCm Version
ROCm 6.0.0
ROCm Component
No response
Steps to Reproduce
Call hipMemcpyHtoDAsync with the same types of arguments as a succesful call to cuMemcpyHtoDAsync without using -fpermissive.
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
This is actually with a W7700 (not listed) using ROCm 6.0.2.
The text was updated successfully, but these errors were encountered:
Problem Description
Problem similar to #3422
A call to
hipMemcpyHtoDAsync
with similar types of arguments as a succesful call to cuMemcpyHtoDAsync givesThe problem is with the type of the second argument of this call to
hipMemcpyHtoDAsync
.I.e. one cannot give the same types of arguments to
hipMemcpyHtoDAsync
as one would tocuMemcpyHtoDAsync
, which means that runninghipconvertinplace-perl.sh
is not sufficient.Operating System
NAME="Rocky Linux" VERSION="8.9 (Green Obsidian)"
CPU
AMD Ryzen Threadripper 3970X 32-Core Processor
GPU
AMD Radeon Pro W7900
ROCm Version
ROCm 6.0.0
ROCm Component
No response
Steps to Reproduce
Call
hipMemcpyHtoDAsync
with the same types of arguments as a succesful call tocuMemcpyHtoDAsync
without using-fpermissive
.(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
This is actually with a W7700 (not listed) using ROCm 6.0.2.
The text was updated successfully, but these errors were encountered: