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
This is interfering with my ability to get CUDA/GPU benchmarks for gh-146 and needs a regression test + fix added.
Reproducer is below, where both views need to be allocated to Device memory, otherwise control flows will not make sense at all--you can't have a global execution space default that cherry-picks the scenarios where it respects where things are being allocated, in the absence of an explicit specification to use the host.
This is interfering with my ability to get CUDA/GPU benchmarks for gh-146 and needs a regression test + fix added.
Reproducer is below, where both views need to be allocated to Device memory, otherwise control flows will not make sense at all--you can't have a global execution space default that cherry-picks the scenarios where it respects where things are being allocated, in the absence of an explicit specification to use the host.
The text was updated successfully, but these errors were encountered: