Skip to content

Commit

Permalink
Merge branch 'main' into odjuricic/legal-layout-analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
odjuricicTT committed Dec 10, 2024
2 parents 45a761c + 8abdc36 commit 6791a3f
Show file tree
Hide file tree
Showing 348 changed files with 14,024 additions and 2,677 deletions.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
*.cmake @nsmithtt @sdjordjevicTT
*.fbs @tapspatel @nsmithtt
*.txt @nsmithtt @sdjordjevicTT
*.md @nsmithtt
/docs/ @nsmithtt
/env/ @nsmithtt
/.github/ @vmilosevic @tapspatel
/include/ttmlir/Conversion/TTIRToTTNN/ @sdjordjevicTT @svuckovicTT @mtopalovicTT @rpavlovicTT @jserbedzijaTT @jnie-TT
/include/ttmlir/Conversion/TTNNToEmitC/ @svuckovicTT @rpavlovicTT @sdjordjevicTT @mtopalovicTT @jserbedzijaTT
Expand All @@ -26,3 +29,4 @@
/test/ttmlir/Silicon/TTNN/optimizer/ @nobradovictt @odjuricicTT
/test/unittests/Optimizer @nobradovictt @odjuricicTT
/tools/explorer/ @odjuricicTT @nobradovictt @vprajapati-tt
/tools/ @svuckovicTT @mtopalovicTT
6 changes: 5 additions & 1 deletion .github/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ RUN apt-get update && apt-get install -y \
graphviz \
patchelf \
libyaml-cpp-dev \
libboost-all-dev
libboost-all-dev \
curl \
jq \
sudo \
gh

# Install clang 17
RUN wget https://apt.llvm.org/llvm.sh && \
Expand Down
Loading

0 comments on commit 6791a3f

Please sign in to comment.