XLA
Reactant.XLA.AllocatorStats Type
AllocatorStats()
Contains the following fields:
num_allocs
bytes_in_use
peak_bytes_in_use
largest_alloc_size
bytes_limit
bytes_reserved
peak_bytes_reserved
bytes_reservable_limit
largest_free_block_bytes
pool_bytes
peak_pool_bytes
It should be constructed using the allocatorstats
function.
Reactant.XLA.allocatorstats Function
allocatorstats([device])
Return an AllocatorStats
instance with information about the device specific allocator.
Warning
This method is currently not implemented for the CPU device.
Reactant.XLA.device_ordinal Function
julia
device_ordinal(device::Device)
Given the device, return the corresponding global device ordinal in the client.
source