CUDA Wrappers

Index

References

GPUInspector.get_temperatureFunction
get_temperature(device=CUDA.device())

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

GPUInspector.get_temperaturesFunction
get_temperatures(devices=CUDA.devices())

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

GPUInspector.gpuidFunction

Get GPU index of the given device.

Note: GPU indices start with zero.