Skip to content

Commit

Permalink
deploy: c531d41
Browse files Browse the repository at this point in the history
  • Loading branch information
rachitnigam committed May 24, 2024
1 parent f3d669d commit 84cf41c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h3>
The Calyx compiler automatically optimizes and lowers programs into
synthesizable hardware designs.
Calyx has been integrated with the <a rel="noopener nofollow noreferrer" target="_blank" href="https://github.com/llvm/circt/">LLVM CIRCT infrastructure</a> and is available as a <a rel="noopener nofollow noreferrer" target="_blank" href="https://circt.llvm.org/docs/Dialects/Calyx/">dialect</a> within it.</p>
<p>If you’re interested in building on Calyx, please <a rel="noopener nofollow noreferrer" target="_blank" href="https://github.com/cucapra/calyx/discussions/new?category=introductions">say hello</a> and let’s chat!</p>
<p>If you’re interested in building on Calyx, please <a rel="noopener nofollow noreferrer" target="_blank" href="https://calyx.zulipchat.com/">join our Zulip chat</a> or <a rel="noopener nofollow noreferrer" target="_blank" href="https://github.com/cucapra/calyx/discussions/new?category=introductions">start a discussion</a> and let’s chat!</p>

</div>

Expand Down
16 changes: 11 additions & 5 deletions post/atom.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title> - Calyx Blog</title>
<link href="https://calyxir.org/post/atom.xml" rel="self" type="application/atom+xml"/>
<link href="https://calyxir.org/post/"/>
<link rel="self" type="application/atom+xml" href="https://calyxir.org/post/atom.xml"/>
<link rel="alternate" type="text/html" href="https://calyxir.org/post/"/>
<generator uri="https://www.getzola.org/">Zola</generator>
<updated>2021-07-15T00:00:00+00:00</updated>
<id>https://calyxir.org/post/atom.xml</id>
<entry xml:lang="en">
<title>Growing an Open-Source Hardware Infrastructure</title>
<published>2021-07-15T00:00:00+00:00</published>
<updated>2021-07-15T00:00:00+00:00</updated>

<author>
<name>Unknown</name>
<name>

Unknown

</name>
</author>
<link rel="alternate" href="https://calyxir.org/post/one-year/" type="text/html"/>

<link rel="alternate" type="text/html" href="https://calyxir.org/post/one-year/"/>
<id>https://calyxir.org/post/one-year/</id>

<content type="html">&lt;p&gt;John Hennessy and David Patterson’s Turing lecture proclaimed that a new
<content type="html" xml:base="https://calyxir.org/post/one-year/">&lt;p&gt;John Hennessy and David Patterson’s Turing lecture proclaimed that a new
golden age of computer architecture is upon us—one where specialized hardware
accelerators will become ubiquitous and replace general-purpose architectures
for the most computationally demanding tasks.&lt;&#x2F;p&gt;
Expand Down

0 comments on commit 84cf41c

Please sign in to comment.