eyalroz / gpu-kernel-runner

Runs a single CUDA/OpenCL kernel, taking its source from a file and arguments from the command-line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use a straight-up vector for preprocessor definition details

eyalroz opened this issue · comments

Currently, kernel_adapter::preprocessor_definition_details() returns an optional of a vector. Well, if there are no preprocessor definitions of interest, we can just return an empty vector, so having the optional is redundant.