"include/ck/library/utility/host_gemm.hpp" did not exist on "b94fd0b2279c6476c6e109e99dc5d0e6d8ce313c"
tests.h 98 Bytes
Newer Older
1
2
3
4
5
6
#include <string>

namespace Test {
	void RunAll();
	bool Inout(const std::string& file);
}