Skip to content

Commit

Permalink
delete me
Browse files Browse the repository at this point in the history
  • Loading branch information
afuller-TT committed Jan 23, 2025
1 parent 3ff2601 commit 3f9fbcf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/code-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ jobs:
fetch-depth: 0
submodules: recursive
clean: true
lfs: true

- name: Update LFS files
if: github.ref_name != 'main' && !inputs.full-scan
run: |
git submodule foreach git lfs pull
- name: Create baseline
if: github.ref_name != 'main' && !inputs.full-scan
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,5 @@ Get started with [simple kernels](https://docs.tenstorrent.com/tt-metalium/lates
- [Matmul OP on Multi_core (Basic)](./tech_reports/prog_examples/matmul_multi_core/matmul_multi_core.md)
- [Matmul Multi_core Reuse (Optimized)](./tech_reports/prog_examples/matmul_multi_core_optimized/data_reuse.md)
- [Matmul Multi_core Multi-Cast (Optimized)](./tech_reports/prog_examples/matmul_multi_core_optimized/data_mcast.md)

# no-op

0 comments on commit 3f9fbcf

Please sign in to comment.