Nicholas Wilson
Nicholas Wilson
The OpenCL implementation seems to support SPIR, which means that you can generate SPIR-V from LDC, run that through a SPIR-V -> SPIR translator. I don't think I support using...
Definitely. * types and type related operations can be used as is (keeping in mind that initialisers do not yet work). * code however will require that the module of...
yes. I think it would be good to have a module (probably in dcompute) that imports all the relevant dcompute symbols from `ldc.attributes` and `ldc.dcomputetypes` if version = LDC_DCompute and...
?? Not sure what you mean. Any modules, regardless of its `@compute`'ness, can have templates. The section you quoted would be for enabling building with a non-dcompute enabled compiler (e.g....
Actually that might work. I'm not quite sure how template instances end up in a given module's symbol table, but if it does because it is referenced by that module,...
>Can we please get a discussion going of how we are going to move forward? I would recommend bringing this up at [beerconf](https://forum.dlang.org/thread/[email protected]) if it is not fixed soon.
> So as it turns out, a test is indeed useful, as you'll see it fail. Thanks for that. Let me know if there is anything you think that I...
Sorry for the dev in queue, but I am going to change this somewhat because I've had a better idea.
~The spec diff assumes that https://github.com/dlang/dlang.org/pull/2446 has been merged.~ It has.