Home
last modified time | relevance | path

Searched refs:enable_unified_memory (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dgpu_device.cc97 bool enable_unified_memory; in CreateBFCAllocator() local
99 false, &enable_unified_memory); in CreateBFCAllocator()
110 /*use_unified_memory=*/enable_unified_memory, in CreateBFCAllocator()
123 enable_unified_memory ? total_memory : free_memory * memory_fraction; in CreateBFCAllocator()