Skip to content

Commit 1066f16

Browse files
committed
Remove specific versions from download page
1 parent f18f671 commit 1066f16

1 file changed

Lines changed: 24 additions & 23 deletions

File tree

downloads.html

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -65,22 +65,27 @@ <h1>Downloading The Intel® Implicit SPMD Program Compiler</h1>
6565
source and binary form.
6666
</p>
6767
<p>
68-
Here are latest released ISPC binaries based on LLVM 18.1.8:
68+
Here are the available ISPC packages:
69+
</p>
70+
<ul>
71+
<li>ISPC binary and runtime for Windows x86_64</li>
72+
<li>ISPC binary and runtime for macOS x86_64</li>
73+
<li>ISPC binary and runtime for macOS arm64</li>
74+
<li>ISPC universal binary and runtime for macOS x86_64 and arm64</li>
75+
<li>ISPC binary and runtime based on libtbb.so.2 for Linux x86_64</li>
76+
<li>ISPC binary and runtime based on libtbb.so.12 for Linux x86_64 (for OneAPI distribution)</li>
77+
<li>ISPC binary and runtime for Linux aarch64</li>
78+
<li>Examples packed in tar.gz archive</li>
79+
<li>Examples packed in zip archive</li>
80+
<li>Source code packed in tar.gz archive</li>
81+
<li>Source code packed in zip archive</li>
82+
</ul>
83+
<p>
84+
For the latest version, please go to <a href="https://github.com/ispc/ispc/releases/latest">https://github.com/ispc/ispc/releases/latest</a> to download the required package.
85+
</p>
86+
<p>
87+
All archives are signed with a following PGP <a href="ISPC_GITHUB_ARTIFACTS.pem">key</a>.
6988
</p>
70-
<ul>
71-
<li><a href="https://github.com/ispc/ispc/releases/download/v1.25.3/ispc-v1.25.3-windows.zip">Windows (64 bit) ispc binary (v1.25.3)</a></li>
72-
<li><a href="https://github.com/ispc/ispc/releases/download/v1.25.3/ispc-v1.25.3-macOS.x86_64.tar.gz">macOS (x86, 64 bit, 10.12 Sierra) ispc binary (v1.25.3)</a></li>
73-
<li><a href="https://github.com/ispc/ispc/releases/download/v1.25.3/ispc-v1.25.3-macOS.arm64.tar.gz">macOS (ARM64, 11.0 Big Sur) ispc binary (v1.25.3)</a></li>
74-
<li><a href="https://github.com/ispc/ispc/releases/download/v1.25.3/ispc-v1.25.3-macOS.universal.tar.gz">macOS (Universal Binary, 10.12 Sierra) ispc binary (v1.25.3)</a></li>
75-
<li><a href="https://github.com/ispc/ispc/releases/download/v1.25.3/ispc-v1.25.3-linux.tar.gz">Linux (64 bit) ispc binary (v1.25.3)</a></li>
76-
<li><a href="https://github.com/ispc/ispc/releases/download/v1.25.3/ispc-v1.25.3-linux-oneapi.tar.gz">Linux (64 bit) ispc binary for OneAPI (v1.25.3)</a></li>
77-
<li><a href="https://github.com/ispc/ispc/releases/download/v1.25.3/ispc-v1.25.3-linux.aarch64.tar.gz">Linux (64 bit) ispc binary for AARCH64 (v1.25.3)</a></li>
78-
<li><a href="https://github.com/ispc/ispc/releases/download/v1.25.3/ispc-examples-v1.25.3.tar.gz">Examples packed in tar.gz archive (v1.25.3)</a></li>
79-
<li><a href="https://github.com/ispc/ispc/releases/download/v1.25.3/ispc-examples-v1.25.3.zip">Examples packed in zip archive (v1.25.3)</a></li>
80-
</ul>
81-
<p>
82-
All archives are signed with a following PGP <a href="ISPC_GITHUB_ARTIFACTS.pem">key</a>.
83-
</p>
8489
<p>
8590
Here are alternative ways to download and install ISPC:
8691
<ul>
@@ -107,13 +112,13 @@ <h1>Downloading The Intel® Implicit SPMD Program Compiler</h1>
107112
</ul>
108113
</p>
109114
<p>
110-
Here are latest ISPC binaries corresponding to main branch (based on LLVM 17.0.6):
115+
Here are latest ISPC binaries corresponding to main branch (based on LLVM 18.1.8):
111116
</p>
112117
<ul>
113118
<li><a href="https://ci.appveyor.com/api/projects/ispc/ispc/artifacts/build%2Fispc-trunk-windows.zip?job=Environment%3A%20APPVEYOR_BUILD_WORKER_IMAGE%3DVisual%20Studio%202019%2C%20LLVM_VERSION%3Dlatest">Windows (64 bit)
114-
ispc binary (v1.26.0dev)</a></li>
119+
ispc binary</a></li>
115120
<li><a href="https://ci.appveyor.com/api/projects/ispc/ispc/artifacts/build%2Fispc-trunk-linux.tar.gz?job=Environment%3A%20APPVEYOR_BUILD_WORKER_IMAGE%3DUbuntu2204%2C%20LLVM_VERSION%3Dlatest">Linux (64 bit)
116-
ispc binary (v1.26.0dev)</a></li>
121+
ispc binary</a></li>
117122
</ul>
118123
<p>
119124
Here is LLVM 3.5 based binary with experimental NVPTX support:
@@ -142,17 +147,13 @@ <h1>Downloading The Intel® Implicit SPMD Program Compiler</h1>
142147
% git clone https://github.com/ispc/ispc.git ispc
143148
</code></p>
144149
<p>
145-
Finally, zip and tar files of the source can be downloaded:
150+
Finally, zip and tar files of the top-of-tree source can be downloaded:
146151
</p>
147152
<ul>
148153
<li> <a href="https://github.com/ispc/ispc/zipball/main">zip
149154
file of the top-of-tree source.</a></li>
150155
<li> <a href="https://github.com/ispc/ispc/tarball/main">tar.gz file
151156
of the top-of-tree source.</a></li>
152-
<li> <a href="https://github.com/ispc/ispc/zipball/v1.25.3">zip
153-
file of the v1.25.3 source</a>, corresponding to the binaries above.</li>
154-
<li> <a href="https://github.com/ispc/ispc/tarball/v1.25.3">tar.gz
155-
file of the v1.25.3 source</a>, corresponding to the binaries above.</li>
156157
</ul>
157158
<p> There is a page in the <tt>ispc</tt> wiki with instructions
158159
about <a href="https://github.com/ispc/ispc/wiki/ISPC-Development-Guide#build-system">building

0 commit comments

Comments
 (0)