-
Notifications
You must be signed in to change notification settings - Fork 43
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
Dev environment based on conda-forge
#1552
Comments
conda-forge
Is it for build or runtime environment? |
CC @leshikus |
For development environment, in other words for both. |
I agree that in current state it is blocked by 2025.0 release. |
2025 is coming soon, but there is actually a workaround to compile pytorch with |
I've updated blockers with missing pti-gpu distribution. |
I'm opening this issue to track the progress on enabling project development within conda environment based on the conda-forge channel without external dependencies.
Current working solution:
4.0. Create fake IPEX:
mkdir $CONDA_PREFIX/lib/python3.10/site-packages/intel_extension_for_pytorch
This step may be skipped after #925
4.1 lit tests
You need to install
lit
andllvmdev
conda packagesBlockers and TODOs:
caliper-reader
,llnl-hatchet
,pytest-select
toconda-forge
export CPATH=$CONDA_PREFIX/include:$CONDA_PREFIX/include/sycl:$CPATH CC=icx CXX=icpx
Nice to haves
setup.py
Workarounds for the upstream
These two PRs need to be apply to achieve same compatibility and performance with IPEX:
Other issues
openssh
conda package.The text was updated successfully, but these errors were encountered: