-
Follow on to issue #14140.
Git tag: v0.52.0
If the pad size specified/requested is too large, a `Circular Buffer Config Error: Circular buffer size cannot be 0 B` error is thrown. The code be…
-
**Describe the bug**
A convolution of configuration (batch_size, output_channels,input_channels, input_height, input_width, filter_height, filter_width, stride_h, stride_w, pad_h, pad_w, use_1d_systo…
-
- Telemetry resources
- Save JSON data structures in Redis as JSON objects (not strings)
- Add last health status updates to Redis (circular buffer)
-
This is just off the top, something that seems like it could be causing a memory leak (ther eis definitely a memory leak it needs to get fixed)
Relevant code:
https://github.com/paigeadelethom…
-
This is a simple linear fusion with what I believe is a valid config.
```c++
TEST_F(MatmulTest, MatmulBiasSmallTileBug) {
NVFUSER_TEST_CUDA_ARCH_GUARD(8, 0);
auto fusion = std::make_unique();
F…
-
The following test fails currently:
```c++
TEST_F(MatmulSchedulerTest, SelfMappingErrorSmemEpilogue1dBias) {
NVFUSER_TEST_CUDA_ARCH_RANGE_GUARD(7, 5, 9, 0);
Fusion fusion_obj;
Fusion* fusion = …
-
El programa implementa un buffer circular utilizando la clase Circular Buffer. Este buffer se utiliza para almacenar datos de respiración, y su tamaño máximo está definido por el parámetro max_size pr…
-
**Describe the bug**
1. ttnn.Conv1d fails with "Statically allocated circular buffers on core range {}" in `SqueezeBERT` model
2. The model has ttnn.Conv1d with input_channels and output_channels…
-
- [ ] Implement circular buffer (@aidanjohnson)
- [ ] CUnit testing functions in NetBeans (@funnyabc)
- [ ] Benchmark performance (@funnyabc): we currently know latency between single buffers undesi…
-
A fixed size buffer, where you can add a new element automatically evicting last one (implemented by fixed size array with moving begin pointer).
In Java I would use `ArrayDeque` with manual adding a…