Nicholas Wilson
Nicholas Wilson
Looks like i need to either update that release or add a new release. Thanks for the offer though. If you want to help (one of) the next things on...
Yeah docs are something that needs polishing. #37 is a attempt to improve that. Feel free to make PRs that you think improve them.
Hmm. So that assert is guarded by a special codegen time conditional. and it seems that `assert(0)` is transformed into something else by `-checkaction=context` which errors on the semantic pass...
you will need to use `-mdcompute-file-prefix=` (e.g. `-mdcompute-file-prefix=dcompute-lib`) in your flags to avoid that.
Try with the latest LDC beta.
You appear to be using OpenCL, which means that you need to figure out which device (if any) supports OpenCL 2.1 (for me that is the Intel experimental CPU) and...
Hmm, I'll have to look into that then.
This may have been fixed by https://github.com/ldc-developers/ldc/pull/3251
I'm glad you're interested, however: as you say Videocore IV lacks an OpenCL implementation, but more critically it lacks an LLVM backend which is the way we target OpenCL and...
@ZILtoid1991 are you still interested in this?