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
The visualizer code should be re-factored. Especially the mapping and unmapping of CUDA shared memory must be coded in the according SharedMemoryManager and not in the visualizer.
Also think about unifying contexts and memoryManagers or encapsulate them, so that each context has its own memoryManager.
The text was updated successfully, but these errors were encountered:
The visualizer code should be re-factored. Especially the mapping and unmapping of CUDA shared memory must be coded in the according
SharedMemoryManager
and not in the visualizer.Also think about unifying
contexts
andmemoryManagers
or encapsulate them, so that each context has its ownmemoryManager
.The text was updated successfully, but these errors were encountered: