wpbonelli
wpbonelli
thanks @iulusoy I joined. in future you can just check this box to give a repo maintainer access to a PR branch from your fork without making them a full...
@iulusoy can you revert the CSV changes and/or rebase? I updated `math` from `main`. In general you can ignore the auto-update PRs on your fork (really they should just run...
@iulusoy any idea on the test failures?
> What about extending the math support to other compilers/windows? Should we assign responsibilities to move this forward? I will have some more time for this towards the end of...
@iulusoy do you mind doing a final rebase? looks like the diff still has changes in the compat scripts and CSVs.
Looks like this is still behind. Maybe helpful to squash everything down to your first commit e.g. `git reset --soft 56f36a1`, `git commit --amend --no-edit` before doing an interactive rebase...
While I see the appeal I wonder about scope/complexity creep. Maybe best limited to BLAS/LAPACK if we pursue this? One question is which versions, presumably not the unoptimized reference. For...
@iulusoy I took a quick look at your fork. I like the idea, but I wonder if worth the effort. If we do this, I think it should be generic...
@iulusoy my bandwidth to work on this is limited but please feel free if you and/or @gha3mi want to push this forward. In general I think it's probably best to...
A modernized reference BLAS/LAPACK just [went into stdlib](https://github.com/fortran-lang/stdlib/pull/772) — perhaps we could add a separate option to install the stdlib