Jeff Hammond

Results 414 comments of Jeff Hammond

This is not an AMD support channel. Please only report bugs against the BLIS project that's in this repo. If you can reproduce AMD BLIS bugs with this repo, by...

If it behaves like BLAS1, e.g. AXPY or DOT, just write loop code and the compiler will do fine. There is no value at this point in history to using...

Sorry, I was working on other things. This is compiling with Intel 2023.0, Clang 14.0, GCC 11.3 and NVC++ 22.11 at least, although there are a few bugs. There is...

@trws I recall you were interested in this.

I won't claim this is perfect yet, but I've already had to redo the entire commit process because of git submodule conflicts, and generally git does a terrible job with...

And please squash when you merge (assuming you are willing), because the git history here is useless and embarrassing.

That header is only included in StdPar files but it seems that `ENABLE_STDPAR` is somehow on by default, which is odd, because I added `ENABLE_STDPAR` for that, in the same...

i have implemented guards everywhere so this change should be a no-op on your CI. if you want to test StdPar, please set `-DENABLE_STDPAR=1` with supported compilers.

Some dumb guy committed something he should not have but it's not clear who it was 🤦‍♂️ I'll fix it asap.

1. Yes, BLACS can do whatever it wants as long as the C code safely casts to `int` before calling MPI C API. 2. It is a good idea to...