Viktor Gal
Viktor Gal
@spiovesan i'm a bit puzzled... if you use master, how come you dont have SG_REF/UNREF calls in your code?
@spiovesan oh ok that is then rather interesting, coz as said i had trouble running code itself... the `classifier_minimal_svm` exit code error i might have an idea why that actually...
ooooh 🐙 thnx for this! it's super helpful! are you sure that it's calling `free(ptr)`? because then i know why that is happening :)
so the solution is here: https://github.com/shogun-toolbox/shogun/pull/4927 basically the story is that the free is not the right call to deallocate aligned memory on windows
@spiovesan that's great news! thnx a lot for this feedback!
@ashutosh-b-b sure go ahead!
oh we never tried C# on windows. would be great to get it working. as far as i can see our .NET cmake script is waaaaay too old. lemme look...
@armgong thnx for the report and sorry for the late reply... i'm currently getting this sorted. note that no need to replace the SDK version as you can just specify...
@gf712 i'd say once #4719 is merged/fixed this could be picked up as actually having c# stuff tested on windows would be nice
@bmurauer thnx for the bug report, indeed bug is coming from somewhere there :) it's a bit painful to look at that code, lemme try if it's easy to fix.