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

how to install on intel clear linux #753

Closed
MajidAbdelilah opened this issue Aug 9, 2024 · 3 comments
Closed

how to install on intel clear linux #753

MajidAbdelilah opened this issue Aug 9, 2024 · 3 comments
Labels
distro Distribution specific questions

Comments

@MajidAbdelilah
Copy link

how to install the compute-runtime on intel clear linux
there is no package of it in intels own linux distro

@eero-t
Copy link

eero-t commented Aug 19, 2024

there is no package of it in intels own linux distro

ClearLinux dropped compute-runtime packages from it some time ago.

Reasons:

  • Distros build drivers using system compiler versions (and link compiler libs dynamically)
  • ClearLinux tracks latest LLVM version and does not include support for building code with older LLVM versions [1]
  • compute-runtime support for latest LLVM versions comes with considerable delay (too much for ClearLinux)

how to install the compute-runtime on intel clear linux

This is not really supported, but...

I've successfully used driver libs built for Ubuntu on ClearLinux, as long as they do link to LLVM dynamically. compute-runtime releases here (and in Intel's own driver repos) link LLVM statically, so latter is not a problem.

Have you tried just extracting contents from the latest (*.deb) release packages here to (a directory in linker path in) Clear Linux?


[1] Mainstream distros such as Debian, Ubuntu & Fedora support multiple LLVM versions so this is less of a problem for them.

@MajidAbdelilah
Copy link
Author

Sorry for the hustle. I have deleted clear linux and installed arch just because of compute runtime and oneapi.
This is the third time i swiched from clear to another distro and if i learned anything. Clear linux is not for developers.

@MajidAbdelilah
Copy link
Author

Thank you for your efforts

@JablonskiMateusz JablonskiMateusz added the distro Distribution specific questions label Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
distro Distribution specific questions
Projects
None yet
Development

No branches or pull requests

3 participants