Marek Kaluba

Results 166 comments of Marek Kaluba

You may try `import MKL_jll` **before** `using SCS` and then try passing `linear_solver=SCS.MKLDirectSolver`; On my cases (`problem: variables n: 570684, constraints m: 1030531`) as reported [here](https://github.com/jump-dev/SCS.jl/issues/266) `SCS.DirectSolver` run out of...

> Since it's unspecified whether `init` is used at all for non-empty collections, an alternative might be to use the suggested `init` values only for empty collections and use `sum`...

oh, fuck; I had old version of MA in dev ;/

ok, this looks ready from my side; notable change: * use of `Base.promote_op` in `promote_operation_fallback` first and only when it fails fallback on construction of elts from their types unfortunately...

The successful one uses ```julia Installed CUDA_Driver_jll ── v0.7.0+1 Installed CUDA_Runtime_jll ─ v0.11.1+0 Installed SCS_GPU_jll ────── v3.2.4+0 ``` The failing one does ```julia Installed SCS_GPU_jll ────── v3.2.4+0 Installed CUDA_Driver_jll ──...

@maleadt It seems that the newest scs was already built against CUDA toolkit 12.4/5: https://buildkite.com/julialang/yggdrasil/builds/11739#01908495-78c0-45ae-8bf6-28205badd6b6 @bodono did you test scs with CUDA-12? some examples here run just fine (so I...

I'd be very interested to try those not only for finite fields, but also for exact fields like [Cyclotomics](https://github.com/kalmarek/Cyclotomics.jl/blob/master/src/Cyclotomics.jl). Here: https://github.com/kalmarek/SymbolicWedderburn.jl/blob/master/src/Characters/echelon_form.jl we produced our own rref implementation which need to...

can we we see the hierarchy somehow in json? these three definitions for `dim` would cover that without the necessity of duplicating the hierarchy, but maybe that will probably only...

yep, I raised this issue when the location of the notebooks was discussed on Thursday meeting; I'm 100% for making sure those work. Do you think `Literate.jl` an option for...

@vukk thanks for reporting, but reading the discourse thread I couldn't understand what is the underlying problem and if there is something we could do about. Will the issue be...