{"mtxfmt","Change the way the matrix is stored (0: global, 1: tiles, 2: OOC)",-32,PARAM_OPTION|PARAM_INPUT|PARAM_OUTPUT,1,6,TestValInt,{0},NULL,pread_int,sprint_int},
{"mtxfmt","Change the way the matrix is stored (0: global, 1: tiles, 2: OOC)",-32,PARAM_OPTION|PARAM_INPUT|PARAM_OUTPUT,1,6,TestValInt,{0},NULL,pread_int,sprint_int},
{"profile","Display the kernel profiling",-33,PARAM_OPTION,0,0,TestValInt,{0},NULL,pread_int,sprint_int},
{"profile","Display the kernel profiling",-33,PARAM_OPTION,0,0,TestValInt,{0},NULL,pread_int,sprint_int},
{"forcegpu","Force kernels on GPU",-34,PARAM_OPTION,0,0,TestValInt,{0},NULL,pread_int,sprint_int},
{"forcegpu","Force kernels on GPU",-34,PARAM_OPTION,0,0,TestValInt,{0},NULL,pread_int,sprint_int},
{"splitsub","Wait for whole graph submission before execution",'S',PARAM_OPTION,0,0,TestValInt,{0},NULL,pread_int,sprint_int},
{"async","Switch to the Async interface",'s',PARAM_OPTION,0,0,TestValInt,{0},NULL,pread_int,sprint_int},
{"splitsub","Split the task submission and execution stages",'S',PARAM_OPTION,0,0,TestValInt,{0},NULL,pread_int,sprint_int},