Rambaud Pierrick
Rambaud Pierrick
based on the modification you made in my last PR, I assume that you re working on develop. I think I can improve other stuff in this branch before pushing...
@mortvest I'll let you check but this is a improved version of the python implementation, twice faster and more easy to maintain. I didn't change any logic so the results...
Ok so I don't get the exact same results because I transformed your file into a notebook to simplify the display of my results. The order of magnitude between OpenCL...
If you have any clue on how to launch multi-process on specific core within Python I would be extremely interested. As far as I know Python multithread pool gives to...
> I was talking about working on multiple GPUs, not CPU cores Sorry if my question wasn't clear, I obviously have difficulties with the OpenCL backend so yes I'm talking...
The number of tile is completely dependent on the surface of the TS AOI (it could be anything from 1 to 100). but tiles are managed sequentially. If you're talking...
> You can take peru_small_opencl, run it as it is and then set backend to python and run again. Note that peru_small_opencl.py and peru_small_python.py do not use the same dataset,...
The dataset is a SEPAL time series over Gabon so it cannot be used as it is. I'll try to cut it into smaller pieces to find a small dataset
As mentioned in the PR I think I can still improve the numpy backend so I'll continue working on it
I discussed a bit with the deprecated team, the scope of the lib is still wider than the one from PEP-702, Could I create some sort of plugin to change...