Qianqian Fang

Results 71 comments of Qianqian Fang

JNIfTI is nothing but a JSON file (and its binary counter part). All it needs is JSONLab (and optionally zmat). JSONLab is very compact (200KB uncompressed including documentations, 70k compressed),...

@ftadel @juangpc and @tmedani, the status checking was added recently - I haven't encountered strange status code like this before, but happy to take a look. can you set a...

the above log looks like incomplete - likely tetgen crashed in the middle, can you type `echo $?` and see if it has a non-zero return value? my suspicion is...

on a side note, I'd like to understand the rationales for a user to choose the combination of SimNIBS+iso2mesh remeshing - what is the remeshing step trying to achieve? on...

> Re @ftadel: @fangq Could you recompile a newer version, as you did last year? > We'd only need the "-allinone.zip" package. done, see https://github.com/fangq/iso2mesh/releases/tag/v1.9.6 > Re @juangpc: I can...

no problem. I look forward to testing this new function once it is added. thank you again for developing this wonderful library!

thanks @doe300. I recompiled vc4clstdlib and vc4c, reinstalled both packages, and reran my benchmark (**./run_benchmark1.sh -n 1e5 -J "-DUSE_LL5_RAND"**), the previously observed optimizer error no longer showed up. Unfortunately, this...

I left the code running overnight, this morning, I saw the below error message on the screen, it must have been terminated many hours into the compilation: ``` root@raspberrypi:/home/pi/temp/mcxcl/example/benchmark# ./run_benchmark1.sh...

@doe300, sorry for the delay in getting back to you. MCXCL needs at least 53 registers based on our results on nvidia/amd/intel cpus/gpus. If vc4c does not support spilling, this...

@ThijsWithaar, thanks for sharing the commands, when I run the 3rd line (generating makefile for vc4cl), I got an error: `none of the required 'ocl-icd>=1.3' found. ` I do have...