Abhishek Kumar
Abhishek Kumar
As https://github.com/autogluon/autogluon/pull/4737 got merged, We can now enable lint for multimodal and along with core and tabular also. Need to add label **_'run-multi-gpu'_**
> As #4737 got merged, We can now enable lint for multimodal and along with core and tabular also. > > Need to add label **_'run-multi-gpu'_** @shchur @Innixma
> Is this patch still WIP or ready for review? I am currently trying to modify the code to ensure all CI tests pass. At present, I am facing a...
Out of all 9 CI failures, I am focusing on the one associated with the Pyodide build, as it is the only one that provides a clear reason for the...
Hi @seiko2plus I am extremely sorry for the huge delay in replying to you regarding benchmarking performance on AVX512 and AVX2, as I was busy with some other framework optimization....
> So benchmarks got sigficantly slower? Yes, after addressing these 9 CI's failures, I will proceed with optimization.
> Are you certain that AVX512 was correctly disabled before running the AVX2 benchmark? I used following method to build for AVX2 only: ``` 1. git clone https://github.com/abhishek-iitmadras/numpy.git 2. cd...
Currently i don't understand why ppc64le CI getting failed suddenly after using Highway wrapper.
> HI @abhishek-iitmadras Any idea why those regressions happen on x86? I am still seeing them. Hi @r-devulap The major regression comes from function` Div()` original code Used the Granlund-Montgomery...
Hi @theAeon Out of curiosity, are you going to add/modifying/optimize any kernels for this arch in future?