-
**Describe the bug**
When trying to flash an image on ESP32-C6 16MB to a custom address using `--base-address` option if the address is 0xC10000 it fails with `flash algorithm failed with code 1`
…
-
In `combine_attn_seqk_parallel`, didn't calulate the global maximum score `m` and properly rescale O_i , so might have more numerical error than v1 and v2
-
On line 10 of Algorithm 1 (FlashAttention-2 forward pass) of the [Flash Attention 2 paper](https://arxiv.org/pdf/2307.08691) it says
![image](https://github.com/Dao-AILab/flash-attention/assets/64393…
-
This is a list of target implementations that can benefit from a cleanup and optimization of the flash algorithm using the new target flash API implemented in #1205
- [ ] ch32f1 (in dire need, it…
-
Implement attention algorithms:
- [ ] Flash attention 2
- [ ] Flash attention 3
- [ ] Other attention algorithms
-
**Describe the bug**
With default flash SPI partitions layout, flashing an application seems to erase mcuboot on mimxrt1050_evk.
Tested with Zephyr v3.7.0 and Zephyr main (39917ae5e6423fe74edce3…
-
After running this:
```
cargo generate gh:probe-rs/flash-algorithm-template --name=stm32h730xx_is25lp128 -d target-arch=thumbv7em-none-eabihf -d ram-start-address=0x20000000 -d ram-size=0x20000 -d …
-
### Proposal to improve performance
_No response_
### Report of performance regression
_No response_
### Misc discussion on performance
Hi, vllm developers,
I read the code and found the use o…
-
**Describe the bug**
If a target's NVM region is larger than the flash algorithm's range, probe-rs does not select the flashing algorithm. If there's only one flashing algorithm available for this ta…
-
**Describe the bug**
`target-gen test` and `probe-rs run` fail after first erase operation when the external flash is not memory-mapped.
**To Reproduce**
1. program a (working) flash algorithm wi…