Fixed hipcommander default execution for HCSWAP-106

Change-Id: I9fbd10dfaeeb4928b2ec23ceed131b5200a658f9
This commit is contained in:
Rahul Garg
2017-01-19 15:04:32 +05:30
förälder 56d73aaee7
incheckning cc0d2a6753
+1 -1
Visa fil
@@ -23,7 +23,7 @@ bool g_printedTiming = false;
// Cmdline parms:
int p_device = 0;
const char* p_command = "H2D; NullKernel; D2H";
const char* p_command = "setstream(1); H2D; NullKernel; D2H;";
const char* p_file = nullptr;
unsigned p_verbose = 0x0;
unsigned p_db = 0x0;