We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b42797f commit fcb5027Copy full SHA for fcb5027
1 file changed
cpp/src/utilities/cuda_helpers.cuh
@@ -242,6 +242,7 @@ inline size_t get_device_memory_size()
242
{
243
size_t free_mem, total_mem;
244
cudaMemGetInfo(&free_mem, &total_mem);
245
+ // TODO (bdice): Restore limiting adaptor check after updating CCCL to support resource_cast
246
return total_mem;
247
}
248
0 commit comments