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

Try creating missing output directories on specified output path

eyalroz opened this issue · comments

Currently, if the output path for buffers does not existing, the runner just dies. Instead, let's have it try and create the directories along this path.