Jerome Kieffer

Results 402 comments of Jerome Kieffer

Blelloch cumsum is implemented with non regression test

@pierrepaleo , I don't know if you have time to review this ... but it could be interesting to have those collective functions available.

Tip from @vallsv : https://github.com/silx-kit/silx/blob/main/examples/compareBackends.py Tip from @t20100 : ``` In [1]: from silx import sx Qt: Session management error: None of the authentication protocols specified are supported In [2]:...

Signature of the VectorMarker class: label:str, x_start: float, y_start: float, x_stop: float, y_stop: float, arrow_size=0.1: float (ranges from 0 to 1. ``` def build_arrow(start, stop, eta): start = numpy.array(start) stop...

Position of the marker: `1.1*stop-0.1*start`

Point 2 is duplicate of #2219

@pjaaskel Thanks for the advice, I already got bitten by such things and was especially careful. After some more investigation on a tiny problem (100 elt), I found out the...

Thanks very much for those explanations: I naively believed PoCL was using SIMD lanes as WorkingElement (I think, this is what the Intel driver does IIRC). This difference of approach...

This library looks like doing the job. It is pure python https://github.com/slightlynybbled/engineering_notation

Also, the `json` file saved for configuring the worker should include this mask accordingly.