The following form will allow you to set up the GPU
kernel you want, then the
proceed button will launch the kernel
generator.
You will next be redirected to the download page where you will be able to
get the resulting source files :
- kernel_xxxx.cu featuring the actual requested kernel as well
as texture and constant memory declarations.
- main.cu file as a simplistic but working example of how to
use the generated kernel.
- Makefile file adapted from the generic Makefile supplied by
NVidia SDK.