Ian McInerney

Results 230 comments of Ian McInerney

The sample code is using Float32, so actually it would be single precision. I don't see any of the `s` registers in the clobber list for the kernel, actually, so...

> Will not render unless manually re enabled for GTK 3.10+ This isn't really the case. There is no "manually renabling" of this feature at the GTK level, there is...

I feel like there was a discussion years ago about menu images and whether to force them on or leave it to the application, but I can't recall/find it. (I...

From a KiCad perspective, we decided not to force icons on (there was a PR made here that used this exact setting https://gitlab.com/kicad/code/kicad/-/merge_requests/691), so I don't think we would use...

Note, for Julia users you can get the netlib reference BLAS and test this by using this code to switch the BLAS backend: ```julia pkg> add ReferenceBLAS_jll julia> using Linear...

Oh, actually the Julia code should be slightly modified - I didn't realize we build with both ILP64 and LP64 in there ```julia pkg> add ReferenceBLAS_jll julia> using LinearAlgebra, ReferenceBLAS_jll...

Hi @PuYuuu. The change to how the matrix is being created shouldn't be affecting the solver, so it must be another internal change we have made. I notice in your...

I was going to give this a look over tomorrow, because I want to see if we can use the install command instead of cp for the files.

> @aelobdog Are binaries available for Windows - or are these linux only? There are Windows binaries available, but the ones on the AMD site are some sort of self-extracting...

I looked at the feedstock for the conda forge package, and they just build the library themselves actually - but only one version of it (whatever integer size is the...