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
Agency's CUDA support relies on cudaMallocManaged. It's not clear if managed memory is supported by GPU architectures before Kepler. There may be a way to provide partial support for older GPUs. On the other hand, sm_2x support is deprecated by nvcc 8.0, and nvcc < 8.0 doesn't work with Agency anyway.
The text was updated successfully, but these errors were encountered:
Agency's CUDA support relies on
cudaMallocManaged
. It's not clear if managed memory is supported by GPU architectures before Kepler. There may be a way to provide partial support for older GPUs. On the other hand,sm_2x
support is deprecated bynvcc
8.0, andnvcc
< 8.0 doesn't work with Agency anyway.The text was updated successfully, but these errors were encountered: