standalone/sampling mode

Change-Id: I24c358bfebacb5678fb3d31f2f94ae867a1c9ac9
このコミットが含まれているのは:
Evgeny
2018-09-18 16:52:05 -05:00
コミット b481bfe5de
16個のファイルの変更368行の追加127行の削除
+1 -1
ファイルの表示
@@ -26,7 +26,7 @@ THE SOFTWARE.
#include "ctrl/test_hsa.h"
#include "util/test_assert.h"
template <class Kernel, class Test> bool RunKernel(int argc, char* argv[], int count = 1) {
template <class Kernel, class Test> bool RunKernel(int argc = 0, char* argv[] = NULL, int count = 1) {
bool ret_val = false;
// Create test kernel object