Skip to content

Commit bda7170

Browse files
committed
update doc
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 34c6096 commit bda7170

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

sycl/doc/developer/DockerBKMs.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,15 @@ The following containers are publicly available for DPC++ compiler development:
5050
development kits for NVidia/AMD from the `ubuntu2204_build` container.
5151
- `ghcr.io/intel/llvm/ubuntu2404_intel_drivers`: contains everything from the
5252
Ubuntu 24.04 base container + pre-installed Intel drivers.
53-
The image comes in two flavors/tags:
53+
The image comes in three flavors/tags:
54+
* `latest`: Intel drivers are downloaded from release/tag and saved in
55+
dependencies.json. The drivers are tested/validated everytime we upgrade
56+
the driver.
5457
* `devigc`: Intel Graphics Compiler driver from github actions artifacts,
5558
other drivers are downloaded from release/tag and saved in dependencies.json.
5659
* `unstable`: Intel drivers are downloaded from release/latest.
57-
The drivers are installed as it is, not tested or validated.
60+
The drivers are installed as it is, not tested or validated, except for
61+
`latest`.
5862
- `ghcr.io/intel/llvm/ubuntu2204_build`: has development kits installed for
5963
NVidia/AMD and can be used for building DPC++ compiler from source with all
6064
backends enabled or for end-to-end testing with HIP/CUDA on machines with

0 commit comments

Comments
 (0)