ninnghazad

Results 60 comments of ninnghazad

Your application probably gives an error telling you the problem. My guess is that you do not have enough GPU memory to hold larger batches. If you just want the...

``` commit a7da2a8e889498b0c5a4ed6d9e3463af02bb6102 (HEAD -> develop, origin/develop, origin/HEAD) ``` ah, hm yes - i did not think of using reference_wrapper. thanks for the info!

a quick test confirms this. only strategies using srsi() seem to show the behaviour described by @moremorecoin .

Thank you for checking. Even the binary packages provided by llvm don't seem to include their libc - and apparently never have. It seems llvm-libc, while existing in the main...

how about waiting for cpp20 coroutines, use these, and if then wanted add a scheduler to make it like fibres?

Confirmed using g++ 7.2 on debian with ChaiScript 6.0.0. CPU usage slowly rises up to ~75% for one Core. Calling ts.run the alternative way as mentioned above, usage stays below...

just wondered - does chai with/out threading affect this? manually inserting timers in run() - which part is actually slow? could the sleep mess things up? or is it the...

can you produce a minimal example? i could at least check if i can verify over here.

Your question is a little confusing to me - what do you mean by script attached to entity? is it literally a file that contains script? is it a chaiscript...

Have you tried `b.a := a;` ?