-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
I created following structure:
.
├── dcompute-app
│ ├── dub.sdl
│ ├── dub.selections.json
│ └── source
│ └── app.d
└── dcompute-lib
├── dub.sdl
├── dub.selections.json
└── source
└── dcomputelibrary
├── foo.d // to prevent issue #61
└── testkernel.d
dcompute-app depends on dcompute-lib.
Under this condition, I run dub run --compiler=ldc2.
Then the content of .dub/obj/kernels_cuda210_64.ptx becomes almost empty:
.text
.file "dcomputeTargetCUDA"
.section ".note.GNU-stack","",@progbits
I expected the compiled code of testkernel.d is in it.
This is because ptx is overwritten at dcompute-app build once successfully created at dcompute-lib's build.
Metadata
Metadata
Assignees
Labels
No labels