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
103271
ERROR: ArgumentError: array @Ptr{Float32} @0x0000000019f5e190 is not mapped to buffer Buffer{Float32
}(@0x0000000021e61200)
The struct holds an array and a buffer. They are mapped onto each other repeatedly. The program fails reliably but randomly across different platforms and OSs (AMD GPU + Intel iGPU on Windows, NVIDIA on MacOS).
The text was updated successfully, but these errors were encountered:
skleinbo
changed the title
MemMap / unmap! fails sporadically: array not mapped to buffer
map_mem / unmap! fails sporadically: array not mapped to buffer
Jun 26, 2018
This minimal example demonstrates the issue:
fails with e.g
The struct holds an array and a buffer. They are mapped onto each other repeatedly. The program fails reliably but randomly across different platforms and OSs (AMD GPU + Intel iGPU on Windows, NVIDIA on MacOS).
The text was updated successfully, but these errors were encountered: