Skip to content

Releases: tenstorrent/tt-metal

v0.53.0-rc3

30 Sep 02:18
Compare
Choose a tag to compare
v0.53.0-rc3 Pre-release
Pre-release

Note

If you are installing from a release, please refer to the README, INSTALLATION instructions, and any other documentation packaged with the release, not on the main branch. There may be differences between the latest main and the previous release.

The changelog will now follow, showing the changes from last release.

This release was generated by the CI workflow https://github.com/tenstorrent/tt-metal/actions/runs/11097804939

📦 Uncategorized

  • #12883: Add initial unit tests for N300
  • #12499: Migrate moreh_norm, moreh_norm_backward operations from tt_eager to ttnn
  • #12321: Migrate moreh_bmm, moreh_bmm_backward operations from tt_eager to ttnn
  • Add more eltwise sweeps, add new functions in sweep_framework/utils.py
  • #12690: Port moreh_softmax and moreh_softmax_backward to ttnn
  • #0: Bump falcon7b device perf test because we have a real bump
  • Aliu/tech reports
  • #11332: Move ttnn/examples ttnn/ttnn/examples so we can enable directly calling them for users, but not meant to be part of ttnn API
  • Add sweeps for sign, deg2rad, rad2deg, relu6
  • Revert "#10016: jit_build: link substitutes, tdma_xmov, noc"
  • #12952: Update test_ccl_on_tg.cpp to work on TGG as well as TG
  • [skip ci] #0: ViT report edits
  • #12879: Use () so that workflow_call actually captures the call when we trigger off completed workflow runs and add them to workflows to properly capture
  • [skip ci] #13019 Create remove-stale-branches.yaml
  • #13019 Update remove-stale-branches.yaml
  • Add tiny tile support for Tensor, matmul
  • [skip ci] #13019 Add default recipient
  • build tt metal in docker in CI
  • Revert "build tt metal in docker in CI"
  • [skip ci] #0: ViT tech report
  • Mchiou/11762 build tt metal in docker
  • #13013: Added tests to run in TGG unit tests workflow
  • [skip ci] #13019 Update remove-stale-branches.yaml
  • Mchiou/0 fix docker build storage
  • #11531: Autogenerate API rst stub files, add summary table on API page
  • Add --no-advice to perf report, small fixes
  • preserve fp32 precision
  • #0: Remove unnecessary using declarations
  • #12775: Cleanup docker run action
  • #0: Update to gcc-12.x, take 2
  • #12945: update galaxy/n150 eth dispatch cores
  • #13070: fix SD
  • Update Llama codeowners
  • #0: fix uncaught edge case in page update cache and added it in test suit
  • #12754: Migrate moreh_nll_loss operations (reduced and unreduced) from tt_eager to ttnn
  • #8633:Add TT_Fatal for full and ones op
  • #12985: Expose ttnn::ccl::Topology at python level
  • #12556: Add queue_id and optional output tensors to assign_bw
  • Support for increasing 1-D row major int32 tensors by one
  • #12828: update ttnn matmul doc string
  • Llama 3.1 8b DRAM-sharded matmuls
  • Update perf and latest features for llm models (Sept 23)
  • Work around CSV reporting 64 cores for DRAM-sharded matmuls
  • #0: Fix PCC to correct bound
  • #0: Simplify llrt/memory API
  • #0: Fix caching race
  • #0: Fix merge error with 80d6e48
  • #11004: moreh: use env var for kernel src search path
  • #12328: Fix Llama3.1-8B MLP tests running out of L1
  • #11769: extend support for transposing/permuting bfloat8 tensors on n…
  • #12141: Fixed matmul shape validation issue
  • #0: move BufferType to device kernel accessible location
  • #12658: update sweep export script and create initial graph script
  • #0: ViT on WH
  • [skip ci] Update README.md (ViT on n150)
  • #0: Bump resnet50 ttnn 2cq compile time because it regressed likely due to gcc risc-v upgrade
  • #0: Update WH Resnet compile time threshold
  • Flash decode improvements r2
  • #0: added support for n_heads > 1 for page cache prefill
  • #0: Bump mamba compile time as it's not that important and the model is still performant, need to unblock people…
  • #0: move Layout enum to device accessible location
  • #0: Bump distilbert compile time because it keeps failing on it
  • #13088: Cleanup set-1 unary backward ops
  • #10033: Add forward support for gcd and lcm
  • #13150: Cleanup LCM, GCD Macro
  • Llama3.1 8b demo with tracing
  • #13058: update matmul bias size validation
  • #0: (MINOR) Update to v0.53.0
  • #0: try with python 3.10
  • #13145: Temporarily revert Resnet on Galaxy to use slower config for first conv to avoid hangs
  • #0: Remove unnecessary ProgramDeleter
  • #13127: Switch python get_legacy_shape to shape.with_tile_padding()
  • Add sweeps for remainder, fmod, minimum, maximum, logical_and eltwise ops, rename eltwise sweeps
  • Fix Yolo tests after updating weights shape in conv2d
  • #13172: Use lower python version and cache dependencies
  • #11830: Move l1/dram/pcie alignment into HAL
  • #13014: optimize slice by adding a 4D uint32_t array implementation o…
  • Add llk support for cumsum and transpose_wh_dest with relevant tests
  • Add numeric stable option for softmax
  • #12878: Add links to job and pipeline for CI/CD analytics
  • #0: fix CCL nightly tests
  • #12919: Cleanup set-2 Unary Backward ops
  • #8865: Add sharded tensor support to dispatch profile infra
  • #0: Update CODEOWNERS for ttnn/ttnn/operations/moreh.py
  • #13137: Revise moreh_arange operation
  • #13095: Refactor moreh_nll_loss operations
  • #10439: ttnn implementation of vgg model
  • #13175: Add new category to summary table in sweeps query tool
  • #5174: Disable command buffer FIFOs on BH
  • Update CODEOWNERS
  • Fix demo_trace and add on-device argmax to test_llama_perf
  • #0: fix program caching bug in post_all_gather
  • Do not require test dispatch workflow to run on "in-service" runners
  • Add description to describe typical labels one could use in test dispatch workflow
  • Add an option to split dprint output by risc
  • Add new "choose your own pipeline" workflow
  • #11962: remove uint8 unpack reconfig code
  • Add tg and tgg frequent tests to "Choose your pipeline" workflow
  • Add options to select a subset of pipelines that a user would like to run
  • Update names of perf-models and perf-device-models jobs
  • #13086: Revising moreh_getitem
  • Sweeps: log, log1p, log2, log10
  • #12721: Cleanup set-3 Unary Backward ops
  • #13212: Cleanup set-4 Unary backward ops
  • Add initial (very limited) support for line reduce scatter
  • pack kernel binary memory spans into one

v0.53.0-rc2

28 Sep 02:17
849b3e6
Compare
Choose a tag to compare
v0.53.0-rc2 Pre-release
Pre-release

Note

If you are installing from a release, please refer to the README, INSTALLATION instructions, and any other documentation packaged with the release, not on the main branch. There may be differences between the latest main and the previous release.

The changelog will now follow, showing the changes from last release.

This release was generated by the CI workflow https://github.com/tenstorrent/tt-metal/actions/runs/11079959460

📦 Uncategorized

  • #12883: Add initial unit tests for N300
  • #12499: Migrate moreh_norm, moreh_norm_backward operations from tt_eager to ttnn
  • #12321: Migrate moreh_bmm, moreh_bmm_backward operations from tt_eager to ttnn
  • Add more eltwise sweeps, add new functions in sweep_framework/utils.py
  • #12690: Port moreh_softmax and moreh_softmax_backward to ttnn
  • #0: Bump falcon7b device perf test because we have a real bump
  • Aliu/tech reports
  • #11332: Move ttnn/examples ttnn/ttnn/examples so we can enable directly calling them for users, but not meant to be part of ttnn API
  • Add sweeps for sign, deg2rad, rad2deg, relu6
  • Revert "#10016: jit_build: link substitutes, tdma_xmov, noc"
  • #12952: Update test_ccl_on_tg.cpp to work on TGG as well as TG
  • [skip ci] #0: ViT report edits
  • #12879: Use () so that workflow_call actually captures the call when we trigger off completed workflow runs and add them to workflows to properly capture
  • [skip ci] #13019 Create remove-stale-branches.yaml
  • #13019 Update remove-stale-branches.yaml
  • Add tiny tile support for Tensor, matmul
  • [skip ci] #13019 Add default recipient
  • build tt metal in docker in CI
  • Revert "build tt metal in docker in CI"
  • [skip ci] #0: ViT tech report
  • Mchiou/11762 build tt metal in docker
  • #13013: Added tests to run in TGG unit tests workflow
  • [skip ci] #13019 Update remove-stale-branches.yaml
  • Mchiou/0 fix docker build storage
  • #11531: Autogenerate API rst stub files, add summary table on API page
  • Add --no-advice to perf report, small fixes
  • preserve fp32 precision
  • #0: Remove unnecessary using declarations
  • #12775: Cleanup docker run action
  • #0: Update to gcc-12.x, take 2
  • #12945: update galaxy/n150 eth dispatch cores
  • #13070: fix SD
  • Update Llama codeowners
  • #0: fix uncaught edge case in page update cache and added it in test suit
  • #12754: Migrate moreh_nll_loss operations (reduced and unreduced) from tt_eager to ttnn
  • #8633:Add TT_Fatal for full and ones op
  • #12985: Expose ttnn::ccl::Topology at python level
  • #12556: Add queue_id and optional output tensors to assign_bw
  • Support for increasing 1-D row major int32 tensors by one
  • #12828: update ttnn matmul doc string
  • Llama 3.1 8b DRAM-sharded matmuls
  • Update perf and latest features for llm models (Sept 23)
  • Work around CSV reporting 64 cores for DRAM-sharded matmuls
  • #0: Fix PCC to correct bound
  • #0: Simplify llrt/memory API
  • #0: Fix caching race
  • #0: Fix merge error with 80d6e48
  • #11004: moreh: use env var for kernel src search path
  • #12328: Fix Llama3.1-8B MLP tests running out of L1
  • #11769: extend support for transposing/permuting bfloat8 tensors on n…
  • #12141: Fixed matmul shape validation issue
  • #0: move BufferType to device kernel accessible location
  • #12658: update sweep export script and create initial graph script
  • #0: ViT on WH
  • [skip ci] Update README.md (ViT on n150)
  • #0: Bump resnet50 ttnn 2cq compile time because it regressed likely due to gcc risc-v upgrade
  • #0: Update WH Resnet compile time threshold
  • Flash decode improvements r2
  • #0: added support for n_heads > 1 for page cache prefill
  • #0: Bump mamba compile time as it's not that important and the model is still performant, need to unblock people…
  • #0: move Layout enum to device accessible location
  • #0: Bump distilbert compile time because it keeps failing on it
  • #13088: Cleanup set-1 unary backward ops
  • #10033: Add forward support for gcd and lcm
  • #13150: Cleanup LCM, GCD Macro
  • Llama3.1 8b demo with tracing
  • #13058: update matmul bias size validation
  • #0: (MINOR) Update to v0.53.0
  • #0: try with python 3.10
  • #13145: Temporarily revert Resnet on Galaxy to use slower config for first conv to avoid hangs
  • #0: Remove unnecessary ProgramDeleter
  • #13127: Switch python get_legacy_shape to shape.with_tile_padding()
  • Add sweeps for remainder, fmod, minimum, maximum, logical_and eltwise ops, rename eltwise sweeps
  • Fix Yolo tests after updating weights shape in conv2d
  • #13172: Use lower python version and cache dependencies
  • #11830: Move l1/dram/pcie alignment into HAL
  • #13014: optimize slice by adding a 4D uint32_t array implementation o…
  • Add llk support for cumsum and transpose_wh_dest with relevant tests
  • Add numeric stable option for softmax
  • #12878: Add links to job and pipeline for CI/CD analytics
  • #0: fix CCL nightly tests
  • #12919: Cleanup set-2 Unary Backward ops
  • #8865: Add sharded tensor support to dispatch profile infra
  • #0: Update CODEOWNERS for ttnn/ttnn/operations/moreh.py
  • #13137: Revise moreh_arange operation
  • #13095: Refactor moreh_nll_loss operations
  • #10439: ttnn implementation of vgg model
  • #13175: Add new category to summary table in sweeps query tool
  • #5174: Disable command buffer FIFOs on BH
  • Update CODEOWNERS
  • Fix demo_trace and add on-device argmax to test_llama_perf
  • #0: fix program caching bug in post_all_gather
  • Do not require test dispatch workflow to run on "in-service" runners
  • Add description to describe typical labels one could use in test dispatch workflow
  • Add an option to split dprint output by risc
  • Add new "choose your own pipeline" workflow

v0.53.0-rc1

27 Sep 02:19
17d2a39
Compare
Choose a tag to compare
v0.53.0-rc1 Pre-release
Pre-release

Note

If you are installing from a release, please refer to the README, INSTALLATION instructions, and any other documentation packaged with the release, not on the main branch. There may be differences between the latest main and the previous release.

The changelog will now follow, showing the changes from last release.

This release was generated by the CI workflow https://github.com/tenstorrent/tt-metal/actions/runs/11062971957

📦 Uncategorized

  • #12883: Add initial unit tests for N300
  • #12499: Migrate moreh_norm, moreh_norm_backward operations from tt_eager to ttnn
  • #12321: Migrate moreh_bmm, moreh_bmm_backward operations from tt_eager to ttnn
  • Add more eltwise sweeps, add new functions in sweep_framework/utils.py
  • #12690: Port moreh_softmax and moreh_softmax_backward to ttnn
  • #0: Bump falcon7b device perf test because we have a real bump
  • Aliu/tech reports
  • #11332: Move ttnn/examples ttnn/ttnn/examples so we can enable directly calling them for users, but not meant to be part of ttnn API
  • Add sweeps for sign, deg2rad, rad2deg, relu6
  • Revert "#10016: jit_build: link substitutes, tdma_xmov, noc"
  • #12952: Update test_ccl_on_tg.cpp to work on TGG as well as TG
  • [skip ci] #0: ViT report edits
  • #12879: Use () so that workflow_call actually captures the call when we trigger off completed workflow runs and add them to workflows to properly capture
  • [skip ci] #13019 Create remove-stale-branches.yaml
  • #13019 Update remove-stale-branches.yaml
  • Add tiny tile support for Tensor, matmul
  • [skip ci] #13019 Add default recipient
  • build tt metal in docker in CI
  • Revert "build tt metal in docker in CI"
  • [skip ci] #0: ViT tech report
  • Mchiou/11762 build tt metal in docker
  • #13013: Added tests to run in TGG unit tests workflow
  • [skip ci] #13019 Update remove-stale-branches.yaml
  • Mchiou/0 fix docker build storage
  • #11531: Autogenerate API rst stub files, add summary table on API page
  • Add --no-advice to perf report, small fixes
  • preserve fp32 precision
  • #0: Remove unnecessary using declarations
  • #12775: Cleanup docker run action
  • #0: Update to gcc-12.x, take 2
  • #12945: update galaxy/n150 eth dispatch cores
  • #13070: fix SD
  • Update Llama codeowners
  • #0: fix uncaught edge case in page update cache and added it in test suit
  • #12754: Migrate moreh_nll_loss operations (reduced and unreduced) from tt_eager to ttnn
  • #8633:Add TT_Fatal for full and ones op
  • #12985: Expose ttnn::ccl::Topology at python level
  • #12556: Add queue_id and optional output tensors to assign_bw
  • Support for increasing 1-D row major int32 tensors by one
  • #12828: update ttnn matmul doc string
  • Llama 3.1 8b DRAM-sharded matmuls
  • Update perf and latest features for llm models (Sept 23)
  • Work around CSV reporting 64 cores for DRAM-sharded matmuls
  • #0: Fix PCC to correct bound
  • #0: Simplify llrt/memory API
  • #0: Fix caching race
  • #0: Fix merge error with 80d6e48
  • #11004: moreh: use env var for kernel src search path
  • #12328: Fix Llama3.1-8B MLP tests running out of L1
  • #11769: extend support for transposing/permuting bfloat8 tensors on n…
  • #12141: Fixed matmul shape validation issue
  • #0: move BufferType to device kernel accessible location
  • #12658: update sweep export script and create initial graph script
  • #0: ViT on WH
  • [skip ci] Update README.md (ViT on n150)
  • #0: Bump resnet50 ttnn 2cq compile time because it regressed likely due to gcc risc-v upgrade
  • #0: Update WH Resnet compile time threshold
  • Flash decode improvements r2
  • #0: added support for n_heads > 1 for page cache prefill
  • #0: Bump mamba compile time as it's not that important and the model is still performant, need to unblock people…
  • #0: move Layout enum to device accessible location
  • #0: Bump distilbert compile time because it keeps failing on it
  • #13088: Cleanup set-1 unary backward ops
  • #10033: Add forward support for gcd and lcm
  • #13150: Cleanup LCM, GCD Macro
  • Llama3.1 8b demo with tracing
  • #13058: update matmul bias size validation
  • #0: (MINOR) Update to v0.53.0
  • #0: try with python 3.10
  • #13145: Temporarily revert Resnet on Galaxy to use slower config for first conv to avoid hangs
  • #0: Remove unnecessary ProgramDeleter
  • #13127: Switch python get_legacy_shape to shape.with_tile_padding()
  • Add sweeps for remainder, fmod, minimum, maximum, logical_and eltwise ops, rename eltwise sweeps
  • Fix Yolo tests after updating weights shape in conv2d
  • #13172: Use lower python version and cache dependencies
  • #11830: Move l1/dram/pcie alignment into HAL
  • #13014: optimize slice by adding a 4D uint32_t array implementation o…
  • Add llk support for cumsum and transpose_wh_dest with relevant tests
  • Add numeric stable option for softmax
  • #12878: Add links to job and pipeline for CI/CD analytics
  • #0: fix CCL nightly tests

v0.52.1-rc1

26 Sep 02:17
91199e9
Compare
Choose a tag to compare
v0.52.1-rc1 Pre-release
Pre-release

Note

If you are installing from a release, please refer to the README, INSTALLATION instructions, and any other documentation packaged with the release, not on the main branch. There may be differences between the latest main and the previous release.

The changelog will now follow, showing the changes from last release.

This release was generated by the CI workflow https://github.com/tenstorrent/tt-metal/actions/runs/11043931400

📦 Uncategorized

  • #12883: Add initial unit tests for N300
  • #12499: Migrate moreh_norm, moreh_norm_backward operations from tt_eager to ttnn
  • #12321: Migrate moreh_bmm, moreh_bmm_backward operations from tt_eager to ttnn
  • Add more eltwise sweeps, add new functions in sweep_framework/utils.py
  • #12690: Port moreh_softmax and moreh_softmax_backward to ttnn
  • #0: Bump falcon7b device perf test because we have a real bump
  • Aliu/tech reports
  • #11332: Move ttnn/examples ttnn/ttnn/examples so we can enable directly calling them for users, but not meant to be part of ttnn API
  • Add sweeps for sign, deg2rad, rad2deg, relu6
  • Revert "#10016: jit_build: link substitutes, tdma_xmov, noc"
  • #12952: Update test_ccl_on_tg.cpp to work on TGG as well as TG
  • [skip ci] #0: ViT report edits
  • #12879: Use () so that workflow_call actually captures the call when we trigger off completed workflow runs and add them to workflows to properly capture
  • [skip ci] #13019 Create remove-stale-branches.yaml
  • #13019 Update remove-stale-branches.yaml
  • Add tiny tile support for Tensor, matmul
  • [skip ci] #13019 Add default recipient
  • build tt metal in docker in CI
  • Revert "build tt metal in docker in CI"
  • [skip ci] #0: ViT tech report
  • Mchiou/11762 build tt metal in docker
  • #13013: Added tests to run in TGG unit tests workflow
  • [skip ci] #13019 Update remove-stale-branches.yaml
  • Mchiou/0 fix docker build storage
  • #11531: Autogenerate API rst stub files, add summary table on API page
  • Add --no-advice to perf report, small fixes
  • preserve fp32 precision
  • #0: Remove unnecessary using declarations
  • #12775: Cleanup docker run action
  • #0: Update to gcc-12.x, take 2
  • #12945: update galaxy/n150 eth dispatch cores
  • #13070: fix SD
  • Update Llama codeowners
  • #0: fix uncaught edge case in page update cache and added it in test suit
  • #12754: Migrate moreh_nll_loss operations (reduced and unreduced) from tt_eager to ttnn
  • #8633:Add TT_Fatal for full and ones op
  • #12985: Expose ttnn::ccl::Topology at python level
  • #12556: Add queue_id and optional output tensors to assign_bw
  • Support for increasing 1-D row major int32 tensors by one
  • #12828: update ttnn matmul doc string
  • Llama 3.1 8b DRAM-sharded matmuls
  • Update perf and latest features for llm models (Sept 23)
  • Work around CSV reporting 64 cores for DRAM-sharded matmuls
  • #0: Fix PCC to correct bound
  • #0: Simplify llrt/memory API
  • #0: Fix caching race
  • #0: Fix merge error with 80d6e48
  • #11004: moreh: use env var for kernel src search path
  • #12328: Fix Llama3.1-8B MLP tests running out of L1
  • #11769: extend support for transposing/permuting bfloat8 tensors on n…
  • #12141: Fixed matmul shape validation issue
  • #0: move BufferType to device kernel accessible location
  • #12658: update sweep export script and create initial graph script
  • #0: ViT on WH
  • [skip ci] Update README.md (ViT on n150)
  • #0: Bump resnet50 ttnn 2cq compile time because it regressed likely due to gcc risc-v upgrade
  • #0: Update WH Resnet compile time threshold
  • Flash decode improvements r2
  • #0: added support for n_heads > 1 for page cache prefill
  • #0: Bump mamba compile time as it's not that important and the model is still performant, need to unblock people…
  • #0: move Layout enum to device accessible location
  • #0: Bump distilbert compile time because it keeps failing on it

v0.52.0

25 Sep 16:13
5448c47
Compare
Choose a tag to compare

Note

This is a verified, real release, however the release notes are under construction. Thank you for understanding.

Note

If you are installing from a release, please refer to the README, INSTALLATION instructions, and any other documentation packaged with the release, not on the main branch. There may be differences between the latest main and the previous release.

The changelog will now follow, showing the changes from last release.

This release was generated by the CI workflow https://github.com/tenstorrent/tt-metal/actions/runs/11036234439

📦 Uncategorized

  • #12323: delete ctor of AllGatherFusedOpSignaler
  • #0: Revert "#0: Update to gcc-12.x (#12332)"
  • #12448: Update 1d matmul sweep test to use CoreRangeSet for core range parameters
  • #0: [skip ci] Fix demo invocation in Llama README
  • #0: Update device creations functions to use num_command_queues instead of num_hw_cqs to match mesh_device creation functions
  • #12273: Move full wheel build on GitHub runners and 22.04 to scheduled job and fix related
  • Update perf and latest features for llm models (Sept 11)
  • #12532: Change sweep new vector checking to use the serialized vector…
  • #12451: add negative ends support for slice with list splicing format
  • fix llama t3k demo invoke in CI
  • Yugao/doc
  • #10855: Add single-device perf measurements to sweep infra
  • #9340: Add optional output tensor support for assign
  • #0: Add ccl multichip stack overview
  • #12371: Migrate moreh_getitem operation from tt_eager to ttnn
  • #11651: Remove type_caster
  • #12375: Add qid and optional tensor output to ttnn.gelu_bw
  • #8865: Optimized ttnn.bcast dispatch times
  • #12196: Use split readers wherever possible in UNet Shallow
  • Replace exact output match with tight pcc check in post-commit
  • #12148: Add queue_id and optional output tensors to ttnn.mul_bw
  • Fix start_pos in get_rot_mat() in llama galaxy model
  • Yieldthought/llama31 8b/ttembed
  • #8865: Fix non working ops in dispatch profiling infra
  • #0: Remove myself from tt_lib/csrc codeowners
  • Update workload theoretical ethernet numbers
  • #12524: Update fmt and unify logging API
  • #0: Update fmt and unify logging API
  • #11133: Improve various things about the wheel, including removal of patchelf and linking runtime assets to cwd
  • Support for initializing with 0s for SUM reduction WHB0
  • #12376: Support for non-32 Height in Width Sharded Conv2d
  • #0: Optimize context switch decision
  • #0: Correct #!/bin script headers
  • #12538: Separate out wheel tests from build so that other wheel-dependent jobs aren't blocked by the wheel smoke tests
  • #0: Create Blackhole Bring-Up Programming Guide
  • #12552: Fix indentation pybind files
  • #0: Add FD nightly single-card pipeline to data pipeline
  • #0: [skip_ci] Updating BH bring-up programming guide
  • Update owner of T3K ttnn unit tests
  • #0: change default reduce scatter num buffers per channel to 2
  • #12436: port moreh_sum from tt_dnn to ttnn
  • #12026: add permute sweep tests for trace
  • #12514: port moreh_mean and moreh_mean_backward from tt_dnn to ttnn
  • #12207: Port moreh_dot to ttnn
  • #12259: Move moreh dot backward
  • #12164: Add queue_id and optional output tensors to backward ops
  • #12439: Migrate moreh_nll_loss_bwd operations (reduced and unreduced) from tt_eager to ttnn
  • #12578: Update Mixtral t/s/u in README
  • #12373: Add queue_id and optional output tensors to rsqrt_bw op
  • remove todos from doc
  • add code language formatting CclDeveloperGuide.md
  • #0: Update multi-chip Resnet perf numbers after dispatch optimizations
  • #0: Remove unused _init, _fini
  • #0: remove unused variable
  • Contiguous pages support in Reduce Scatter read/write
  • #12628: Resolve arithmetic error in test_multi_cq_multi_dev causing T3K multi-CQ tests to fail
  • #12619: Update matmul sweep timeout and core range set usage
  • Run on custom dispatch commands on in-service runners only
  • #12544: support wide channels (> 256) in maxpool
  • #12605: Implement recommendations for Llama readme
  • #0: Point UMD back to main instead of metal-main
  • #0: ViT Trace+2CQ implementation
  • #0: Add BH to custom test dispatch workflow
  • Update ViT on GS perf
  • LLama selfout specific optimizations for fused all_gather_matmul op
  • #12520: Adding noc_async_writes_flushed between mcast writes and mcast semaphore sets for BH
  • #11144: Upgrade pip version to 21.2.4 to get around 22.04 import error
  • Remove duplicate from sfpu_split_includes.h
  • #12250: port moreh_matmul from tt_dnn to ttnn
  • #12297: Add queue_id and optional output tensors to add_bw op
  • #12392: Use shallow convolution in upblock3 of UNet Shallow
  • #0: Make CoreRangeSet thread safe
  • mm_sfence->tt_driver_atomics::sfence();
  • [New Op] Added dropout unary op
  • #12392: Shallov conv unet uts
  • Pkeller/memmap profiler
  • #0: Set WH_ARCH_YAML only if we have a wormhole machine
  • All gather expose params
  • Generalize nlp create head decode
  • #0: Remove CCL stalls, since Fabric VC support is merged
  • #0: Remove incorrect norelax option
  • #12668: SWOC bugfix
  • Fix start pos in get_rot_mat
  • #0: Remove unused CRT_START label
  • #12701: Split nightly tests into specific models for better reading
  • #0: Relax host bound tg threshold for Resnet
  • Rename tt::tt_metal::Shape to LegacyShape to not conflict with TTNN
  • #12374: Add optional output tensor support for ttnn.full_like
  • YoloV4 pipeline update
  • #12425: Add queue_id and optional output tensors to zeros_like
  • #12497: ttnn.empty to use create_device_tensor
  • #12266: Cleanup ternary backward
  • #0: Use absolute addressing in startup
  • #12595: Run profiler gather after every sweep test regardless of status
  • #12730: bert slice support unit tests
  • Reduce scatter perf sweep
  • #12778: Speed up sweeps parameter generation
  • #0: DPrint bugfix for which dispatch cores are included in 'all'
  • #12730: bert slice support unit tests correction
  • #5783: Remove watcher dependency on generated headers
  • #0: Update GS Resnet perf thresholds. Seeing large variation in CI
  • Fix issue w/ CBs getting allocated on ETH cores
  • #12802: add tracy option to build_metal.sh
  • #12748: Cleanup clamp_bw op
  • #12224: Add optional output tensor support for lt_bw
  • #12387: Workaround to_layout for height sharded tensor
  • #12196: Use split_reader and act db
  • #12508: Skip failing test in CI
  • #11512: Add frac, ceil and trunc sweeps
  • #0: Don't overwrite CMake flags in build_metal.sh
  • Add subtract, subalpha and rsub sweeps, interleaved
  • Llama tg/sharded ccls
  • Update peak dram speed to 288GB/s
  • #11169: Watcher to report if eth link retraining occurred during teardown
  • #0: adding jaykru-tt as codeowner for data_movement operations
  • Mamba CI hanging on Untilize fix
  • #12749: Update Test files
  • #12799: Add handling for pytest errors, especially those at the beginning, and expose their messages
  • #12529: Update comment of dataflow api for mcast loopback functions
  • Fix failure in llama perf on CI
  • fix typo - mention higher level multichip API above CCL ops
  • Add Mamba unit tests to post-commit test suite
  • #12529: Add check for in0_mcast_num_cores=1 for noc_async_write_multicast_loopback_src
  • #0: Change all ops which support page_table to enable non-log2 shapes
  • #12198: Add 2CQ and trace support for UNet Shallow
  • Add supports/examples for placing Reads and Writes on CQ1
  • #9370: Workaround: replace WRCFG with RMWCIB instructions in reduce_revert_delta
  • Remove UNet from landing page
  • #12750: Replace zeros_like with empty_like in backward ops
  • #12840: Add more handling more multiple attempts by restricting the space of github_job_ids we're looking to only the ones in the workflow run attempt in questi...
Read more

v0.52.0-rc33

25 Sep 02:16
Compare
Choose a tag to compare
v0.52.0-rc33 Pre-release
Pre-release

Note

If you are installing from a release, please refer to the README, INSTALLATION instructions, and any other documentation packaged with the release, not on the main branch. There may be differences between the latest main and the previous release.

The changelog will now follow, showing the changes from last release.

This release was generated by the CI workflow https://github.com/tenstorrent/tt-metal/actions/runs/11024689338

  • no changes

v0.52.0-rc32

24 Sep 02:17
Compare
Choose a tag to compare
v0.52.0-rc32 Pre-release
Pre-release

Note

If you are installing from a release, please refer to the README, INSTALLATION instructions, and any other documentation packaged with the release, not on the main branch. There may be differences between the latest main and the previous release.

The changelog will now follow, showing the changes from last release.

This release was generated by the CI workflow https://github.com/tenstorrent/tt-metal/actions/runs/11005335923

  • no changes

v0.52.0-rc31

23 Sep 02:16
5448c47
Compare
Choose a tag to compare
v0.52.0-rc31 Pre-release
Pre-release

Note

If you are installing from a release, please refer to the README, INSTALLATION instructions, and any other documentation packaged with the release, not on the main branch. There may be differences between the latest main and the previous release.

The changelog will now follow, showing the changes from last release.

This release was generated by the CI workflow https://github.com/tenstorrent/tt-metal/actions/runs/10986217781

  • no changes

v0.52.0-rc30

21 Sep 02:15
861fb7e
Compare
Choose a tag to compare
v0.52.0-rc30 Pre-release
Pre-release

Note

If you are installing from a release, please refer to the README, INSTALLATION instructions, and any other documentation packaged with the release, not on the main branch. There may be differences between the latest main and the previous release.

The changelog will now follow, showing the changes from last release.

This release was generated by the CI workflow https://github.com/tenstorrent/tt-metal/actions/runs/10968559558

  • no changes

v0.52.0-rc29

20 Sep 02:17
cee4c7e
Compare
Choose a tag to compare
v0.52.0-rc29 Pre-release
Pre-release

Note

If you are installing from a release, please refer to the README, INSTALLATION instructions, and any other documentation packaged with the release, not on the main branch. There may be differences between the latest main and the previous release.

The changelog will now follow, showing the changes from last release.

This release was generated by the CI workflow https://github.com/tenstorrent/tt-metal/actions/runs/10951618664

  • no changes