@@ -41,17 +41,20 @@ The following containers are publicly available for DPC++ compiler development:
4141- ` ghcr.io/intel/llvm/ubuntu2404_base ` : contains basic Ubuntu 24.04 environment
4242 setup for building DPC++ compiler from source.
4343- ` ghcr.io/intel/llvm/ubuntu2204_intel_drivers ` : contains everything from the
44- base container + pre-installed Intel drivers.
45- The image comes in four flavors/tags:
44+ Ubuntu 22.04 base container + pre-installed Intel drivers.
45+ The image comes in two flavors/tags:
4646 * ` latest ` : Intel drivers are downloaded from release/tag and saved in
4747 dependencies.json. The drivers are tested/validated everytime we upgrade
4848 the driver.
49+ * ` alldeps ` : Includes the same Intel drivers as ` latest ` , as well as the
50+ development kits for NVidia/AMD from the ` ubuntu2204_build ` container.
51+ - ` ghcr.io/intel/llvm/ubuntu2404_intel_drivers ` : contains everything from the
52+ Ubuntu 24.04 base container + pre-installed Intel drivers.
53+ The image comes in two flavors/tags:
4954 * ` devigc ` : Intel Graphics Compiler driver from github actions artifacts,
5055 other drivers are downloaded from release/tag and saved in dependencies.json.
5156 * ` unstable ` : Intel drivers are downloaded from release/latest.
5257 The drivers are installed as it is, not tested or validated.
53- * ` alldeps ` : Includes the same Intel drivers as ` latest ` , as well as the
54- development kits for NVidia/AMD from the ` ubuntu2204_build ` container.
5558- ` ghcr.io/intel/llvm/ubuntu2204_build ` : has development kits installed for
5659 NVidia/AMD and can be used for building DPC++ compiler from source with all
5760 backends enabled or for end-to-end testing with HIP/CUDA on machines with
0 commit comments