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
I found if I do gather/receive some ptr after just stored it, the reading would fail. Even if I call twice of store or use assign, or use flush to make sure the store is sync'ed.
If I do result = *(Ptr) it would work.
Is it intentionallly not supported or is it bug?
I tried the same code in emulate mode, it works correctly.
The text was updated successfully, but these errors were encountered:
I found if I do gather/receive some ptr after just stored it, the reading would fail. Even if I call twice of store or use assign, or use flush to make sure the store is sync'ed.
If I do result = *(Ptr) it would work.
Is it intentionallly not supported or is it bug?
I tried the same code in emulate mode, it works correctly.
The text was updated successfully, but these errors were encountered: