cl-cuda icon indicating copy to clipboard operation
cl-cuda copied to clipboard

Generating temporary CUDA C file name fails on Windows.

Open takagi opened this issue 8 years ago • 2 comments

OSICAT does not support MKTEMP on Windows, we can't get temporary CUDA C file name with it.

takagi avatar Jun 27 '16 08:06 takagi

IDK if you want to add another dependency, but cl-fad has a suite of functions for making temporary files, and it works well on Windows and *nix alike: http://weitz.de/cl-fad/#temporary-files

serialhex avatar Oct 18 '16 15:10 serialhex

Thanks! I will follow your suggestion.

takagi avatar Oct 25 '16 14:10 takagi