- 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
rodzic 9e2c3c8df3
commit 0c74d3fc44
4 zmienionych plików z 12 dodań i 4 usunięć
+1
Wyświetl plik
@@ -52,6 +52,7 @@ extern char memsetval;
extern int iterations;
extern unsigned blocksPerCU;
extern unsigned threadsPerBlock;
extern int p_gpuDevice;
namespace HipTest {