Umar Arshad

Results 125 comments of Umar Arshad

This is a problem with the locale on the system. I believe this was an issue with one of the cuSparse static libraries. Try setting the locale on your system...

@9prady9 I think this is good to go. I made additional changes for f16 for other functions but I was having a problem with the negate function. I think the...

Oh interesting. are they using 64bit indexing values in that distro. I think most other distros use 32 bit values for indexing.

I don't personally use nix and I am not familiar with it. I can dive into it later. Do you have a script I can use to build it?

Huh, interesting. This error seems to be in the openblas library and when the OMP_NUM_THREADS exceeds the size of the CCX on the Zen CPU. Do you mind running this...

I am able to reproduce it on my system. I am looking into it now.

The test doesn't fail with the `-fsanitize=address` flag. Thanks for the valgrind call stack.

I think this may be a bug in the OpenBLAS project related to complex double. Can you build the library against one the other BLAS libraries(like Atlas) and see if...

Took me a bit to figure out the problem but I see the issue now. The we can ignore the errors in the CI because they are not related. I...