CUDA Wrappers

Index

References

GPUInspector.get_temperature — Function
get_temperature(device=CUDA.device())

Get current temperature of the given CUDA device in degrees Celsius.

GPUInspector.get_temperatures — Function
get_temperatures(devices=CUDA.devices())

Get current temperature of the given CUDA devices in degrees Celsius.

GPUInspector.gpuid — Function

Get GPU index of the given device.

Note: GPU indices start with zero.