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.27.1
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.27.2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 30, 2024

  1. Simplify VectorOfArray indexing

    Relying on stack removes the need to `adapt`, which should make the GPUs more efficient. With `stack`, those extra dispatches were unnecessary. They were rarely hit and one had a bug too! So they can just be removed. Seems to fix downstream.
    ChrisRackauckas committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c207bc0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #408 from SciML/voa_indexing

    Simplify VectorOfArray indexing
    ChrisRackauckas authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    600a9b5 View commit details
    Browse the repository at this point in the history
Loading