We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In IGG v0.13, write_d2h_async! and write_h2d_async! for ROCArrays (AMDGPU) need a fix.
write_d2h_async!
write_h2d_async!
Currently fixing the error when pos!=(0,0,0) results in an offset by one in the copied results (see ROCm/HIP#3289).
pos!=(0,0,0)
The text was updated successfully, but these errors were encountered:
@luraess : do you have a fix for this meanwhile?
Sorry, something went wrong.
No, I pinged the ROCm issue ROCm/HIP#3289 but meanwhile we can't have the async copy.
@luraess : what is the status of this?
Should be fixed upstream by now ROCm/HIP#3289 (comment)
No branches or pull requests
In IGG v0.13,
write_d2h_async!
andwrite_h2d_async!
for ROCArrays (AMDGPU) need a fix.Currently fixing the error when
pos!=(0,0,0)
results in an offset by one in the copied results (see ROCm/HIP#3289).The text was updated successfully, but these errors were encountered: