Commit 5c5954e
authored
[SYCL][Doc] Update GetStartedGuide pre-requisiste (#17565)
This patch reformats the pre-requisites in a table (doesn't look great
in the markdown, but looks good when generated).
It also updates the required versions for CMake and Python to link to
the versions required by LLVM. For CMake we were already documenting the
same version as LLVM. For Python we didn't document any minimum version,
but we extensively use LLVM scripts like `lit`, so we really should be
aligned with it.
There's a few requirements for which we don't have minimum versions, but
we can update that if we ever run into issues with them.
Addresses #17478 by documenting the
minimum required python version.1 parent 03c2469 commit 5c5954e
1 file changed
+8
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
0 commit comments