David Lange

Results 7 issues of David Lange

I'm experimenting with using xeus-cling to recreate cling examples.. I had two examples of differences. I wanted to inquire if these are expected or not (or if they can be...

Extends #36963 by adding a backend parameter to models, used by cms::Ort::getSessionOptions(iConfig.getParameter("onnx_backend")); Current options are cpu -> Use CPU backend cuda -> Use cuda backend default -> Use best available...

reconstruction-approved
pending-signatures
tests-approved
orp-pending
code-checks-approved
heterogeneous-pending

# This Pull request: ## Changes or fixes: Change avoids extra memory allocation in TDecompChol::TDecompChol. I have copied what is done in other TDecomp* classes.

in:Math Libraries

# This Pull request: ## Changes or fixes: Replace repeated divisions by multiplications of 1/x

in:Math Libraries

Tier-0 reports several jobs with high memory usage in run 382300. One example that reproduces is /afs/cern.ch/user/c/cmst0/public/PausedJobs/Run2024F/AlCaHarvest/job_863561/02ce5b03-cdf6-4215-95c4-e4b3ef3ed8c1-0-1-logArchive.tar.gz which goes to 3+ GB of RSS very quickly (eg, the start of...

alca-pending
pending-signatures

Having stolen an example of AD from Clad slides, i see that the use of default arguments does not work. ``` #include double f (double x, int N=5) { double...

### Version of Awkward Array 2.8.9 ### Description and code to reproduce Trying to use awkward arrays in matplotlib hist2d does not work ``` plt.hist2d(ak.flatten(a1),ak.flatten(a1)) ``` results in ``` AttributeError...

bug (unverified)