Fixed hipcommander default execution for HCSWAP-106

Change-Id: I9fbd10dfaeeb4928b2ec23ceed131b5200a658f9


[ROCm/hip-tests commit: ba8fe1675f]
Tento commit je obsažen v:
Rahul Garg
2017-01-19 15:04:32 +05:30
rodič 257d60a385
revize b9ba4f6ca1
+1 -1
Zobrazit soubor
@@ -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;