Generating temporary CUDA C file name fails on Windows.
takagi opened this issue · 2 comments
takagi commented
OSICAT does not support MKTEMP on Windows, we can't get temporary CUDA C file name with it.
serialhex commented
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
takagi commented
Thanks! I will follow your suggestion.