-
Notifications
You must be signed in to change notification settings - Fork 769
[CI] Update drivers installation process into containers #7730
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
Changes from all commits
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 |
---|---|---|
|
@@ -18,6 +18,12 @@ | |
"url": "https://github.com/intel/cm-compiler/releases/tag/cmclang-1.0.144", | ||
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" | ||
}, | ||
"level_zero": { | ||
"github_tag": "v1.8.8", | ||
"version": "v1.8.8", | ||
"url": "https://github.com/oneapi-src/level-zero/releases/tag/v1.8.8", | ||
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" | ||
}, | ||
bader marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"tbb": { | ||
"github_tag": "v2021.5.0", | ||
"version": "2021.5.0", | ||
|
@@ -40,47 +46,6 @@ | |
"root": "{ARCHIVE_ROOT}/comp/oclfpga/linux" | ||
} | ||
}, | ||
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 nice thing about staging is that we know the versions of the dependencies. How do we know what "latest" is? 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. latest is a moving tag.
|
||
"linux_staging": { | ||
"compute_runtime": { | ||
"github_tag": "22.31.23852", | ||
"version": "22.31.23852", | ||
"url": "https://github.com/intel/compute-runtime/releases/tag/22.31.23852", | ||
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" | ||
}, | ||
"igc": { | ||
"github_tag": "igc-1.0.11485", | ||
"version": "1.0.11485", | ||
"url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.11485", | ||
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" | ||
}, | ||
"cm": { | ||
"github_tag": "cmclang-1.0.144", | ||
"version": "1.0.144", | ||
"url": "https://github.com/intel/cm-compiler/releases/tag/cmclang-1.0.144", | ||
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" | ||
}, | ||
"tbb": { | ||
"github_tag": "v2021.5.0", | ||
"version": "2021.5.0", | ||
"url": "https://github.com/oneapi-src/oneTBB/releases/download/v2021.5.0/oneapi-tbb-2021.5.0-lin.tgz", | ||
"root": "{DEPS_ROOT}/tbb/lin" | ||
}, | ||
"oclcpu": { | ||
"github_tag": "2021-WW50", | ||
"version": "2021.13.11.0.23", | ||
"url": "https://github.com/intel/llvm/releases/download/2021-WW50/oclcpuexp-2021.13.11.0.23_rel.tar.gz", | ||
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclcpu" | ||
}, | ||
"fpgaemu": { | ||
"github_tag": "2021-WW50", | ||
"version": "2021.13.11.0.23", | ||
"url": "https://github.com/intel/llvm/releases/download/2021-WW50/fpgaemu-2021.13.11.0.23_rel.tar.gz", | ||
"root": "{DEPS_ROOT}/opencl/runtime/linux/oclfpgaemu" | ||
}, | ||
"fpga": { | ||
"root": "{ARCHIVE_ROOT}/comp/oclfpga/linux" | ||
} | ||
}, | ||
"windows": { | ||
"compute_runtime": { | ||
"version": "101.1191", | ||
|
@@ -109,4 +74,4 @@ | |
"root": "{ARCHIVE_ROOT}/comp/oclfpga/win" | ||
} | ||
} | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This URL points to Level Zero loader and I think the runtime is installed as part of compute-runtime package. Isn't loader installed with compute-runtime as well?
If not, I'm okay with installing the loader, but PR title should be corrected.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Loader is not installed as part of the compute-runtime.
Here is content for the record. Here is what is installed with compute-runtime package:
And here is what this PR adds: