dcompute icon indicating copy to clipboard operation
dcompute copied to clipboard

DCompute: Native execution of D on GPUs and other Accelerators

Results 21 dcompute issues
Sort by recently updated
recently updated
newest added

I have been evaluating this project recently and was curious what the status of dynamic and static shared memory support is? Playing around with some test code, I can’t get...

Using ldc 1.26.0 and the command line option '-checkaction=context' an assert(0) within dcompute.std.index.d was flagged with: Error: can only call functions from other '@compute' modules in '@compute' code. If this...

When I run `dub` on such a project, I get the error message below: ``` Performing "debug" build using ldc2 for x86_64. dcompute-library ~master: building configuration "library"... /usr/local/include/d/core/internal/array/equality.d(73,119): Error: can...

I ran across dcompute and thought I would give it a try. What is the combination of dcompute and ldc that is expected to work? I have tried ldc 1.4.0...

I created following structure: ``` . ├── dcompute-app │   ├── dub.sdl │   ├── dub.selections.json │   └── source │   └── app.d └── dcompute-lib ├── dub.sdl ├── dub.selections.json └── source └── dcomputelibrary...

Dear, can we make a new release since the last one is out the 15 Oct 2017 and it is behind 18 commits ? thanks

``` Building package dcompute in C:\Users\ivan\AppData\Local\dub\packages\dcompute-0.1.0\dcompute\ Performing "debug" build using C:\LDC\bin\ldc2.exe for x86_64. dcompute 0.1.0: building configuration "library"... C:\LDC\bin\..\import\std\array.d(2850,13): Error: TypeInfo cannot be used with -betterC C:\LDC\bin\ldc2.exe failed with exit...

Please consider a brief document with simple instructions leading from zero to a simple 'hello world' style app. Show minimal code (in full context) to build a working/useful starting point...