DefaultLoader

struct DefaultLoader : public kernel_launcher::FileLoader

A FileLoader that simply loads a file from the local file system.

Public Functions

virtual std::string load(const std::string &file_name) const override

Return the content of a file given its name. Implementations of this interface are free to resolve the file path in any way possible.