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
Though we may want to still do a little bit more for the "device resources". 🤔 With those only the SYCL memory resources align their allocations explicitly. With CUDA and HIP we get a 0x400 alignment on all allocations, which tends to be enough in real life. Though would fail the alignment tests shown above. 🤔
Also following #181, we need to add new tests to ensure that the alignment requirements are actually met. Preferably after #183 is completed.
The text was updated successfully, but these errors were encountered: