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

kernel_adapter defined_value methods incorrectly flip the semantics of user_specified

eyalroz opened this issue · comments

kernel_adapter::get_defined_value currently uses the finalized value only if user_specified is true rather than if it is false. Same for has_defined_value.