-
Notifications
You must be signed in to change notification settings - Fork 6
change to dynamic linking and add interface and threading layers #72
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
base: main
Are you sure you want to change the base?
Changes from 6 commits
dbb707e
f97cb04
e76a550
65ce08d
e5e5454
edde112
471292d
af2acec
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ If these are installed as part of a `oneAPI` installation, the following package | |
|
||
If build dependencies are to be installed with Conda, the following packages must be installed from the Intel(R) channel | ||
- `mkl-devel` | ||
- `tbb-devel` | ||
- `dpcpp_linux-64` (or `dpcpp_win-64` for Windows) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. side question - why dpcpp compiler referenced here as there is no sycl us in mkl_umath? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The build instructions have been recommending using the Intel LLVM compiler for some time now—mostly to have a working C compiler, especially one we test with |
||
- `numpy-base` | ||
|
||
|
@@ -56,7 +57,7 @@ then the remaining dependencies | |
- `cython` | ||
- `scikit-build` | ||
|
||
and for `mkl-devel` and `dpcpp_linux-64` in a Conda environment, `MKLROOT` environment variable must be set | ||
and for `mkl-devel`, `tbb-devel` and `dpcpp_linux-64` in a Conda environment, `MKLROOT` environment variable must be set | ||
On Linux | ||
```sh | ||
export MKLROOT=$CONDA_PREFIX | ||
|
Uh oh!
There was an error while loading. Please reload this page.