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
To fix the issue with concurrent accesses, we mentioned during our last discussion that we might just not perform any reset.
I don't think this would be working because, when we print on clvk side, we go from offset 0, to the end offset.
The issue is with both 0 (the start offset) and the end offset (first word of the printf buffer).
So 2 possibilities:
continuing the work that @Rekt3421 started (having one printf buffer per kernel instead of having one per queue)
changing the printf interface in clspv to use another buffer containing 2 words (a per-kernel buffer) to indicate the start&end offset
The text was updated successfully, but these errors were encountered: