Thanks to visit codestin.com
Credit goes to github.com

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.16.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.16.1
Choose a head ref
  • 2 commits
  • 9 files changed
  • 3 contributors

Commits on Apr 19, 2024

  1. Addidtion of Findneural-fortran.cmake (#178)

    * Addition of Findneural-fortran.cmake
    
    * Rename libneural to libneural-fortran
    
    * Adapt test/CmakeLists.txt
    
    * adapt example/CMakeLists.txt
    jvdp1 authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    c3924b5 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Replacement of a matmul + use of merge (#181)

    * dense_layer: replace a matmul(reshape) by a do concurrent
    
    * nf_activation: replace some where statements by merge intrinsic
    
    * Set correct size for self%gradient in dense_layer
    
    * remove some unneeded pack()
    
    * Remove notes on -fno-frontend-optimize (no longer necessary)
    
    * Bump patch version
    
    ---------
    
    Co-authored-by: Vandenplas, Jeremie <[email protected]>
    Co-authored-by: milancurcic <[email protected]>
    3 people authored May 9, 2024
    Configuration menu
    Copy the full SHA
    6dfaed0 View commit details
    Browse the repository at this point in the history
Loading