Shortcuts

Threading Environment Variables

Variable

Description

OMP_NUM_THREADS

Sets the maximum number of threads to use for OpenMP parallel regions.

MKL_NUM_THREADS

Sets the maximum number of threads to use for the Intel MKL library. Note that MKL_NUM_THREADS takes precedence over OMP_NUM_THREADS.

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources