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
(This may be a duplicate of #29or a symptom of #32. This is likely to be a duplicate of #31)
For smaller cubes, which seems to be not affected by #32 (at least, I'm not receiving SIGABRTs for them), another error occurs.
The app compiled for GPU fails to finish constructing a SimulationMap object because of an illegal memory access (attaching a patch I'm using to determine this) gpu.patch.txt (GitHub doesn't allow uploading .patch files for some reason...)
The app compiled for CPU does finish SimulationMap initialization (at least for me) but fails on the second iteration of the loop:
(This may be a duplicate of #29
or a symptom of #32. This is likely to be a duplicate of #31)For smaller cubes, which seems to be not affected by #32 (at least, I'm not receiving
SIGABRT
s for them), another error occurs.The app compiled for GPU fails to finish constructing a
SimulationMap
object because of an illegal memory access (attaching a patch I'm using to determine this)gpu.patch.txt (GitHub doesn't allow uploading .patch files for some reason...)
The app compiled for CPU does finish
SimulationMap
initialization (at least for me) but fails on the second iteration of the loop:minds_crawl/src/main_logic/main.cpp
Lines 55 to 68 in 66da82c
Though I'm not 100% sure it's the same issue as the problem described above...
The text was updated successfully, but these errors were encountered: