Skip to content

Commit

Permalink
Add blog post with link to first meeting minutes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 542022884
  • Loading branch information
j2kun authored and copybara-github committed Jun 20, 2023
1 parent 344d787 commit 7eb57b6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# HEIR: Homomorphic Encryption Intermediate Representation

An MLIR project for [homomorphic encryption](https://en.wikipedia.org/wiki/Homomorphic_encryption).
An MLIR project for
[homomorphic encryption](https://en.wikipedia.org/wiki/Homomorphic_encryption).

For more information on MLIR, see the [MLIR homepage](https://mlir.llvm.org/).

Expand All @@ -10,4 +11,4 @@ This is not an officially supported Google product.

## License

Apache License 2.0. See [`LICENSE`](./LICENSE).`
Apache License 2.0. See [`LICENSE`](./LICENSE).
9 changes: 7 additions & 2 deletions docs/content/en/blog/hello_world.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ date: 2023-06-13T13:15:10-07:00
linkTitle: "Hello, World!"
description: >
We're starting a compiler toolchain for homomorphic encryption compilers.
author: [Jeremy Kun](https://jeremykun.com)
author: "[Jeremy Kun](https://jeremykun.com)"
---
<!-- mdformat on -->

Announcement!
Hello, world! We're starting a project to unify homomorphic encryption compiler
IRs.

Our initial meeting was 2023-05-30
([read-only copy of the minutes](https://docs.google.com/document/d/1iyiHfseoVkA1qaP3Ig47kqVC-J1_AIidPaj61jvj2KM/edit?usp=sharing)).
Stay tuned for future updates while we work out a meeting schedule.
2 changes: 1 addition & 1 deletion docs/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/google/docsy-example
module github.com/google/heir

go 1.12

Expand Down

0 comments on commit 7eb57b6

Please sign in to comment.