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
#102 demonstrates that a sycl::queue needs to be synchronized before the allocated device memory can be freed. Assuming we want to keep the "asynchronous free" (i.e. garbage collection) behavior, we should figure out something to avoid the explicit synchronization.
The text was updated successfully, but these errors were encountered:
#102 demonstrates that a
sycl::queue
needs to be synchronized before the allocated device memory can be freed. Assuming we want to keep the "asynchronous free" (i.e. garbage collection) behavior, we should figure out something to avoid the explicit synchronization.The text was updated successfully, but these errors were encountered: