Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

init glossary #7214

Merged
merged 1 commit into from
Jun 7, 2024
Merged

init glossary #7214

merged 1 commit into from
Jun 7, 2024

Conversation

ahoblitz
Copy link
Contributor

@ahoblitz ahoblitz commented Jun 6, 2024

Closes #7181

Description

This glossary defines common terms used in the PyTorch/XLA documentation.

Copy link
Collaborator

@will-cromar will-cromar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!


**Eager Execution** - A computational model where operations are executed immediately as they are encountered in the code, as opposed to graph execution.

**Environment Variables** - Variables that can be set outside of a program to control its behavior, often used in PyTorch/XLA to configure runtime options.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need to define environment variables haha

@JackCaoG JackCaoG merged commit 66c7ee8 into pytorch:master Jun 7, 2024
8 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a glossary
3 participants