Skip to content

Commit fcb5027

Browse files
authored
Update cpp/src/utilities/cuda_helpers.cuh
1 parent b42797f commit fcb5027

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cpp/src/utilities/cuda_helpers.cuh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ inline size_t get_device_memory_size()
242242
{
243243
size_t free_mem, total_mem;
244244
cudaMemGetInfo(&free_mem, &total_mem);
245+
// TODO (bdice): Restore limiting adaptor check after updating CCCL to support resource_cast
245246
return total_mem;
246247
}
247248

0 commit comments

Comments
 (0)