Add direct test for hipMemsetD32 and hipMemsetD32Async

This commit is contained in:
Wen-Heng (Jack) Chung
2019-03-04 17:11:54 +00:00
parent 7ebbbd3525
commit bfde8a7fab
3 changed files with 66 additions and 3 deletions
+1
View File
@@ -98,6 +98,7 @@ THE SOFTWARE.
// standard command-line variables:
extern size_t N;
extern char memsetval;
extern int memsetD32val;
extern int iterations;
extern unsigned blocksPerCU;
extern unsigned threadsPerBlock;