W3cubDocs

/PyTorch 2.9

torch.xpu.seed

torch.xpu.seed() [source]

Set the seed for generating random numbers to a random number for the current GPU.

It’s safe to call this function if XPU is not available; in that case, it is silently ignored.

Warning

If you are working with a multi-GPU model, this function will only initialize the seed on one GPU. To initialize all GPUs, use seed_all().

© 2025, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
https://docs.pytorch.org/docs/2.9/generated/torch.xpu.seed.html