Test fixes:

- Remove reference to missing test.
- Add hipMemset back.
- Parse --gpu option to specify default starting GPU.
This commit is contained in:
Ben Sander
2016-02-08 22:55:23 -06:00
parent 9e2c3c8df3
commit 0c74d3fc44
4 changed files with 12 additions and 4 deletions
+1
View File
@@ -52,6 +52,7 @@ extern char memsetval;
extern int iterations;
extern unsigned blocksPerCU;
extern unsigned threadsPerBlock;
extern int p_gpuDevice;
namespace HipTest {