Isuru Fernando

Results 928 comments of Isuru Fernando

> The OpenBLAS wheel build at [MacPython/openblas-libs](https://github.com/MacPython/openblas-libs) is using the [gfortran-install](https://github.com/MacPython/gfortran-install) subrepo to install gfortran on macos. Can we replace that with a conda version? It already uses gfortran from...

I think it's better to use the MinGW based toolchain on conda-forge for beginners as that doesn't involve installing Visual Studio.

I'm working on getting you a x86_64 toolchain that has MinGW sysroot, gcc, g++, libstdc++, gfortran, clang, clang++, flang, and binutils. You'll be able to use g++ and clang++ interoperably,...

Not exactly. We rebuild the mingw sysroot on conda-forge and has been working pretty well there. We can repackage the conda package to be used without conda.

> Presumably that only works if there are no C++ types in the API/ABI? Because the C++ stdlib's are not necessarily compatible, and g++ doesn't support the STL clang++ can...

Isn't variants.yaml the new conda_build_config.yaml for recipe-v1?

See https://github.com/pytorch/pytorch/pull/143846