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 2ecb345a67
commit ce2fc0f7fe
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 {