Skip to content

Commit

Permalink
Update downloads for v1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aneshlya committed Aug 18, 2023
1 parent ba58d3d commit b13e21e
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,22 @@ <h1>Downloading The Intel® Implicit SPMD Program Compiler</h1>
Here are latest released ISPC binaries based on LLVM 15.0.7:
</p>
<ul>
<li><a href="https://github.com/ispc/ispc/releases/download/v1.20.0/ispc-v1.20.0-windows.zip">Windows (64 bit) ispc binary and examples (v1.20.0)</a></li>
<li><a href="https://github.com/ispc/ispc/releases/download/v1.20.0/ispc-v1.20.0-macOS.x86_64.tar.gz">macOS (x86, 64 bit, 10.12 Sierra) ispc binary and examples (v1.20.0)</a></li>
<li><a href="https://github.com/ispc/ispc/releases/download/v1.20.0/ispc-v1.20.0-macOS.arm64.tar.gz">macOS(ARM64, 11.0 Big Sur) ispc binary and examples (v1.20.0)</a></li>
<li><a href="https://github.com/ispc/ispc/releases/download/v1.20.0/ispc-v1.20.0-macOS.universal.tar.gz">macOS(Universal Binary, 10.12 Sierra) ispc binary and examples (v1.20.0)</a></li>
<li><a href="https://github.com/ispc/ispc/releases/download/v1.20.0/ispc-v1.20.0-linux.tar.gz">Linux (64 bit) ispc binary and examples (v1.20.0)</a></li>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
</ul>
<p>
Here are latest ISPC binaries corresponding to main branch (based on LLVM 15.0):
</p>
<ul>
<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)
ispc binary and examples (v1.21.0dev)</a></li>
ispc binary and examples (v1.22.0dev)</a></li>
<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)
ispc binary and examples (v1.21.0dev)</a></li>
ispc binary and examples (v1.22.0dev)</a></li>
</ul>
<p>
Here is LLVM 3.5 based binary with experimental NVPTX support:
Expand Down Expand Up @@ -117,10 +119,10 @@ <h1>Downloading The Intel® Implicit SPMD Program Compiler</h1>
file of the top-of-tree source.</a></li>
<li> <a href="https://github.com/ispc/ispc/tarball/main">tar.gz file
of the top-of-tree source.</a></li>
<li> <a href="https://github.com/ispc/ispc/zipball/v1.20.0">zip
file of the v1.20.0 source</a>, corresponding to the binaries above.</li>
<li> <a href="https://github.com/ispc/ispc/tarball/v1.20.0">tar.gz
file of the v1.20.0 source</a>, corresponding to the binaries above.</li>
<li> <a href="https://github.com/ispc/ispc/zipball/v1.21.0">zip
file of the v1.21.0 source</a>, corresponding to the binaries above.</li>
<li> <a href="https://github.com/ispc/ispc/tarball/v1.21.0">tar.gz
file of the v1.21.0 source</a>, corresponding to the binaries above.</li>
</ul>
<p> There is a page in the <tt>ispc</tt> wiki with instructions
about <a href="https://github.com/ispc/ispc/wiki/Building-ispc">building
Expand Down

0 comments on commit b13e21e

Please sign in to comment.