#include <tune_quda.h>
#include <comm_quda.h>
#include <quda.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <cfloat>
#include <ctime>
#include <fstream>
#include <typeinfo>
#include <map>
Go to the source code of this file.
Define Documentation
Function Documentation
Write tunecache to disk.
Definition at line 173 of file tune.cpp.
Return the optimal launch parameters for a given kernel, either by retrieving them from tunecache or autotuning on the spot.
Definition at line 234 of file tune.cpp.