Robert Chisholm

Results 78 comments of Robert Chisholm

Current issue holding back the Jitify2 preprocesor branch is that it expects our flamegpu headers to be included as system header `` rather than `" "`. Waiting to here back...

Did three full test runs last night, all passed, however in those cases the cmake jitify dependency was pointing at the preprocess branch. Not currently using that here as it...

Branch: `int_rng_fix` I won't address this further until SubModels is merged, as SubModels removes some deprecated stuff from the associated test file.

I wrote a standalone test for the uniform float implementation now present in `master` (after #411). Might want some sanity checking though. The code can be found here: https://gist.github.com/Robadob/5e3a068267f8a351991bef16d138dd7c To...

Visual Studio provides both x86 and x64 linkers. By default it uses x86 (and is supposed to switch to x64 if the heap is exceeded). There are alot of circle...

> If we are to make a conda package, we will need to tweak the dll loading logic for windows + python 3.8+ when it is patched to use `add_dll_directory`...

I can't reproduce this with a clean latest PyCharm install. ``` PyCharm 2023.1.3 (Professional Edition) Build #PY-231.9161.41, built on June 20, 2023 ``` Or the same PyCharm build as the...

If investigating this, refer to discussion comments. I've been unable to reproduce and user with failure has checked that the inspect function finds no methods.

Reporting user has now managed to resolve it locally by enabling "Emulate terminal in output console", will want to readup on this feature see if we can detect it or...