Results 189 comments of Brendan O'Donoghue

I don't see the `clang: error: no such file or directory` in there?

Hmmm, I still don't see the clang error, is it the right one? If it is, which line is the clang error on?

I don't understand what is happening, I haven't seen that issue before. I would make sure to clear away any partially compiled artefacts and try again. You can also just...

Thanks for posting. I am unable to reproduce this, when I run the command I get: ``` 2021-10-16 14:47:37 (base) 0 bodonoghue@bodonoghue-[]-~/git/scs: └──[ins] => out/demo_socp_gpu_indirect 1000 0.5 0.5 1 seed...

That's strange, I cannot reproduce this on the only gpu machine I have access to. Can you try disabling the AA? You can do it by changing `ACCELERATION_LOOKBACK` to `0`...

That's just the output of the first test which is testing data validation and is working correctly. You will see the same if you run the non gpu tests with`out/run_tests_direct`....

Ok, can you try with `VERBOSITY=4`? That should print out some info on whether pcg is running correctly. The fact that you're seeing `cg_its 0` is worrying. The macro itself...

I just pushed c10b3fe228b42140279add05659afe5883eeccf6. Pull that down and see if it fixes it. Sorry, false alarm.

Can you try setting [`USE_L2_NORM`](https://github.com/cvxgrp/scs/blob/master/linsys/gpu/indirect/private.c#L6) to 1?

This is so strange, I don't understand what's happening here at all and I can't reproduce this behavior on my gpu machine. If you really want to get to the...