Sayed Adel
Sayed Adel
I'm so sorry for taking forever, just get confused between this pr and pr #19770. > However, I am meeting a problem that how can I find the mapping between...
@charris, no, my last comment was clear enough I guess. so it should be closed.
Please explain to me, where did this conclusion come from? the current speed-up is related to special cases (the libm fallback has been improved somehow) which affects both contiguous and...
The most likely option is to add a function to reset the runtime dispatching and add the ability to specialize certain ufunc `e.g. np.log.disable_cpu_features('AVX512_skx')` and get rid of this environment...
~There's a necessity to provide a light C++ wrapper for `PyObject` and `PyArray`, similar to `Boost.Python` and `pybind11` but without supporting C++ exceptions to fit our approach(google style). I'm going...
@mattip, @seberg, I'm done here and its ready for reviewing.
> Is this a goal we have agreed upon and appears in a NEP somewhere? No, but this is a defacto once you count on C++ you will keep reducing...
> #11033 I thought you were going to try and fit this into the existing simd module. The current meson SIMD module lacks flexibility and modifies it to support our...
@eli-schwartz, Hi Eli, I am curious if there a method to directly generate documentation for the supported methods from the Python scripts themselves.
> Historically, no. All the documentation is either handwritten or produced as structured yaml in docs/yaml/. We do have a way to generate module documentation from structured yaml, but it's...