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: SciML/RecursiveArrayTools.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.28.0
Choose a base ref
...
head repository: SciML/RecursiveArrayTools.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.29.0
Choose a head ref
  • 14 commits
  • 7 files changed
  • 4 contributors

Commits on Jan 27, 2025

  1. Added unrolled implementation of recursivefill! which works on GPUs a…

    …nd avoids recomputing global indices for each setindex!
    anicusan committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    987f835 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a2b75f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Configuration menu
    Copy the full SHA
    6bf7697 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. Merge pull request #416 from anicusan/master

    Make ArrayPartitions of GPU arrays work in DifferentialEquations solvers
    ChrisRackauckas authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    96abc3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0960934 View commit details
    Browse the repository at this point in the history
  3. Use for type stability

    efaulhaber committed Jan 29, 2025
    Configuration menu
    Copy the full SHA
    fa3ffc2 View commit details
    Browse the repository at this point in the history
  4. Add test

    efaulhaber committed Jan 29, 2025
    Configuration menu
    Copy the full SHA
    28aff82 View commit details
    Browse the repository at this point in the history
  5. Update Project.toml

    ChrisRackauckas authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    9454936 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #419 from efaulhaber/patch-1

    Fix `fill!(::ArrayPartition)`
    ChrisRackauckas authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    19c7ba6 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Configuration menu
    Copy the full SHA
    b9b35d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f65897 View commit details
    Browse the repository at this point in the history
  3. add tests

    jlchan committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    2ee1724 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Merge pull request #420 from jlchan/jc/fix_similar_VoA

    fix `Base.similar` for `VectorOfArray` of `AbstractArray{<:StaticArray}`
    ChrisRackauckas authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    8034cbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fdbfba View commit details
    Browse the repository at this point in the history
Loading