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

Update readme #2245

Merged
merged 8 commits into from
Sep 16, 2024
Merged

Update readme #2245

merged 8 commits into from
Sep 16, 2024

Conversation

pbchekin
Copy link
Contributor

@pbchekin pbchekin commented Sep 13, 2024

Fixes #1814, #1815.

@pbchekin
Copy link
Contributor Author

pbchekin commented Sep 13, 2024

README.md Outdated
Comment on lines 53 to 58
## Prerequisites

1. Latest [Rolling Release of GPU driver](https://dgpu-docs.intel.com/driver/installation.html)
2. Latest release of [PyTorch Prerequisites for Intel GPUs](https://www.intel.com/content/www/us/en/developer/articles/tool/pytorch-prerequisites-for-intel-gpus.html)
3. Latest release of [Profiling Tools Interfaces for Intel GPU (PTI for GPU)](https://www.intel.com/content/www/us/en/developer/articles/tool/pytorch-prerequisites-for-intel-gpus.html)
Copy link
Contributor

Choose a reason for hiding this comment

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

The prerequisites are the same, can there only be one copy of them?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, they are the same now. I think it is simpler to have them in both sections (Quick install and Install from source) without jumping to the prerequisites in other place. Also note that while currently build and runtime prerequisites are the same in nearest future they can be different.

README.md Outdated
Install build tools:

```shell
pip install ninja cmake wheel pybind11
Copy link
Contributor

Choose a reason for hiding this comment

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

This is not necessary unless we use --no-build-isolation.

requires = ["setuptools>=40.8.0", "wheel", "cmake>=3.18", "ninja>=1.11.1", "pybind11>=2.13.1"]
will handle build dependencies automatically.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed.

README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
@pbchekin pbchekin changed the base branch from llvm-target to main September 13, 2024 23:58
Copy link
Contributor

@vlad-penkin vlad-penkin left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants