Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wip] Fix LinearAlgebra.lmul! on GPU #233

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 30, 2023

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

Commits on Oct 31, 2023

  1. Revert "specify method for vcat to avoid ambiguity"

    This reverts commit e71eaae.
    vpuri3 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    88ed614 View commit details
    Browse the repository at this point in the history
  2. test on jl v1.10

    vpuri3 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    cd4b136 View commit details
    Browse the repository at this point in the history
  3. version num

    vpuri3 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8f5e9e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f4e29f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6da99a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. parameterized CA Types

    vpuri3 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    1f55461 View commit details
    Browse the repository at this point in the history
  2. restricted vcat operations to T<:Number to resolve method ambiguities…

    … with SparseArrays in julia v1.10
    vpuri3 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    9f3b768 View commit details
    Browse the repository at this point in the history
  3. bump version

    vpuri3 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    98c70c6 View commit details
    Browse the repository at this point in the history
  4. Update .github/workflows/ci.yml

    Co-authored-by: Jonnie Diegelman <47193959+jonniedie@users.noreply.github.com>
    vpuri3 and jonniedie committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    16506f4 View commit details
    Browse the repository at this point in the history
  5. remove additional type parameterization from CArray, CVector, CMatrix…

    … as type parameters are already curried
    vpuri3 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    332be8c View commit details
    Browse the repository at this point in the history
  6. Revert "Update .github/workflows/ci.yml"

    This reverts commit 16506f4.
    vpuri3 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    3f0e026 View commit details
    Browse the repository at this point in the history
  7. lmul

    vpuri3 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    315910b View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Merge branch 'main' into lmul

    vpuri3 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    8b2ca50 View commit details
    Browse the repository at this point in the history