reshape(view(...))
inside a GPU kernel triggers InvalidIRError
#736
Labels
bug
Something isn't working
reshape(view(...))
inside a GPU kernel triggers InvalidIRError
#736
Description
When calling
reshape(view(...))
inside an AMDGPU kernel, it fails with anInvalidIRError
.Minimal Working Example (MWE)
Expected Behavior
The kernel should execute without errors, and
reshape(view(...))
should produce a validROCDeviceArray
.Actual Behavior
The following error occurs:
System Information
1.11.2
master
The text was updated successfully, but these errors were encountered: