Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: modern-fortran/neural-fortran
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.20.0
Choose a base ref
...
head repository: modern-fortran/neural-fortran
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.21.0
Choose a head ref
  • 2 commits
  • 19 files changed
  • 2 contributors

Commits on Mar 14, 2025

  1. Generic reshape (#213)

    * Generic reshape
    
    * Update contributors
    
    * Update features list
    milancurcic authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    1db0258 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. Multihead Attention Fixes (#209)

    * multihead_attention_optimization: allocate in init
    
    * multihead_attention_optimization: remove last runtime allocation
    
    * multihead_attention_optimization: make attention mask actually useable
    
    * multihead_attention_optimization: tests cleanup
    
    * multihead_attention_optimization: cleanup
    
    * multihead_attention_optimization: refactoring, split methods even more (will be needed for llama attention)
    
    * multihead_attention_optimization: make attributes public
    
    * multihead_attention_optimization: move heads separation out of sdpa backward
    
    * multihead_attention_optimization: add attention mask to self_attention
    OneAdder authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    2ed7b6a View commit details
    Browse the repository at this point in the history
Loading