Skip to content

Commit 63f3293

Browse files
committed
Update downloads for v1.22.0
1 parent 52a3bb0 commit 63f3293

1 file changed

Lines changed: 45 additions & 18 deletions

File tree

downloads.html

Lines changed: 45 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -65,25 +65,52 @@ <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 15.0.7:
68+
Here are latest released ISPC binaries based on LLVM 16.0.6:
6969
</p>
7070
<ul>
71-
<li><a href="https://github.com/ispc/ispc/releases/download/v1.21.0/ispc-v1.21.0-windows.zip">Windows (64 bit) ispc binary and examples (v1.21.0)</a></li>
72-
<li><a href="https://github.com/ispc/ispc/releases/download/v1.21.0/ispc-v1.21.0-macOS.x86_64.tar.gz">macOS (x86, 64 bit, 10.12 Sierra) ispc binary and examples (v1.21.0)</a></li>
73-
<li><a href="https://github.com/ispc/ispc/releases/download/v1.21.0/ispc-v1.21.0-macOS.arm64.tar.gz">macOS (ARM64, 11.0 Big Sur) ispc binary and examples (v1.21.0)</a></li>
74-
<li><a href="https://github.com/ispc/ispc/releases/download/v1.21.0/ispc-v1.21.0-macOS.universal.tar.gz">macOS (Universal Binary, 10.12 Sierra) ispc binary and examples (v1.21.0)</a></li>
75-
<li><a href="https://github.com/ispc/ispc/releases/download/v1.21.0/ispc-v1.21.0-linux.tar.gz">Linux (64 bit) ispc binary and examples (v1.21.0)</a></li>
76-
<li><a href="https://github.com/ispc/ispc/releases/download/v1.21.0/ispc-v1.21.0-linux.aarch64.tar.gz">Linux (64 bit) ispc binary and examples for AARCH64 (v1.21.0)</a></li>
77-
<li><a href="https://github.com/ispc/ispc/releases/download/v1.21.0/ispc-v1.21.0-linux-oneapi.tar.gz">Linux (64 bit) ispc binary and examples for OneAPI (v1.21.0)</a></li>
71+
<li><a href="https://github.com/ispc/ispc/releases/download/v1.22.0/ispc-v1.22.0-windows.zip">Windows (64 bit) ispc binary (v1.22.0)</a></li>
72+
<li><a href="https://github.com/ispc/ispc/releases/download/v1.22.0/ispc-v1.22.0-macOS.x86_64.tar.gz">macOS (x86, 64 bit, 10.12 Sierra) ispc binary (v1.22.0)</a></li>
73+
<li><a href="https://github.com/ispc/ispc/releases/download/v1.22.0/ispc-v1.22.0-macOS.arm64.tar.gz">macOS (ARM64, 11.0 Big Sur) ispc binary (v1.22.0)</a></li>
74+
<li><a href="https://github.com/ispc/ispc/releases/download/v1.22.0/ispc-v1.22.0-macOS.universal.tar.gz">macOS (Universal Binary, 10.12 Sierra) ispc binary (v1.22.0)</a></li>
75+
<li><a href="https://github.com/ispc/ispc/releases/download/v1.22.0/ispc-v1.22.0-linux.tar.gz">Linux (64 bit) ispc binary (v1.22.0)</a></li>
76+
<li><a href="https://github.com/ispc/ispc/releases/download/v1.22.0/ispc-v1.22.0-linux-oneapi.tar.gz">Linux (64 bit) ispc binary for OneAPI (v1.22.0)</a></li>
77+
<li><a href="https://github.com/ispc/ispc/releases/download/v1.22.0/ispc-v1.22.0-linux.aarch64.tar.gz">Linux (64 bit) ispc binary for AARCH64 (v1.22.0)</a></li>
78+
<li><a href="https://github.com/ispc/ispc/releases/download/v1.22.0/ispc-examples-v1.22.0.tar.gz">Examples packed in tar.gz archive (v1.22.0)</a></li>
79+
<li><a href="https://github.com/ispc/ispc/releases/download/v1.22.0/ispc-examples-v1.22.0.zip">Examples packed in zip archive (v1.22.0)</a></li>
7880
</ul>
7981
<p>
80-
Here are latest ISPC binaries corresponding to main branch (based on LLVM 15.0):
82+
Here are alternative ways to download and install ISPC:
83+
<ul>
84+
<li>
85+
<a href="https://github.com/ispc/ispc#intel-oneapi-distribution">
86+
Intel® oneAPI Distribution
87+
</a>
88+
</li>
89+
<li>
90+
<a href="https://github.com/ispc/ispc#linux-snap-store">
91+
Linux (Snap Store)
92+
</a>
93+
</li>
94+
</ul>
95+
</p>
96+
<p>
97+
Here is installation instruction for Windows:
98+
<ul>
99+
<li>
100+
<a href="https://github.com/ispc/ispc#windows">
101+
Windows installation instruction
102+
</a>
103+
</li>
104+
</ul>
105+
</p>
106+
<p>
107+
Here are latest ISPC binaries corresponding to main branch (based on LLVM 16.0.6):
81108
</p>
82109
<ul>
83110
<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)
84-
ispc binary and examples (v1.22.0dev)</a></li>
111+
ispc binary (v1.23.0dev)</a></li>
85112
<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%3DUbuntu1804%2C%20LLVM_VERSION%3Dlatest">Linux (64 bit)
86-
ispc binary and examples (v1.22.0dev)</a></li>
113+
ispc binary (v1.23.0dev)</a></li>
87114
</ul>
88115
<p>
89116
Here is LLVM 3.5 based binary with experimental NVPTX support:
@@ -92,8 +119,8 @@ <h1>Downloading The Intel® Implicit SPMD Program Compiler</h1>
92119
<li><a href="https://github.com/ispc/ispc/releases/download/v1.8.2/ispc-v1.8.2ptx-linux.tar.gz">Linux (64 bit) ispc binary and examples with NVPTX support (v1.8.2)</a></li>
93120
</ul>
94121
<p>
95-
To install the compiler, install the platform-appropriate binary
96-
executable in your <tt>PATH</tt>. Then see
122+
After installation, add the platform-appropriate binary
123+
executable to your <tt>PATH</tt>. Then see
97124
the <a href="ispc.html">ispc user's guide</a>
98125
and the examples in the <tt>examples/</tt> directory of the
99126
distribution.
@@ -119,13 +146,13 @@ <h1>Downloading The Intel® Implicit SPMD Program Compiler</h1>
119146
file of the top-of-tree source.</a></li>
120147
<li> <a href="https://github.com/ispc/ispc/tarball/main">tar.gz file
121148
of the top-of-tree source.</a></li>
122-
<li> <a href="https://github.com/ispc/ispc/zipball/v1.21.0">zip
123-
file of the v1.21.0 source</a>, corresponding to the binaries above.</li>
124-
<li> <a href="https://github.com/ispc/ispc/tarball/v1.21.0">tar.gz
125-
file of the v1.21.0 source</a>, corresponding to the binaries above.</li>
149+
<li> <a href="https://github.com/ispc/ispc/zipball/v1.22.0">zip
150+
file of the v1.22.0 source</a>, corresponding to the binaries above.</li>
151+
<li> <a href="https://github.com/ispc/ispc/tarball/v1.22.0">tar.gz
152+
file of the v1.22.0 source</a>, corresponding to the binaries above.</li>
126153
</ul>
127154
<p> There is a page in the <tt>ispc</tt> wiki with instructions
128-
about <a href="https://github.com/ispc/ispc/wiki/Building-ispc">building
155+
about <a href="https://github.com/ispc/ispc/wiki/ISPC-Development-Guide#build-system">building
129156
from source on Windows, Linux and macOS</a>.
130157
</p>
131158
</div>

0 commit comments

Comments
 (0)