diff options
author | root <root@ipepdvdev1.ipe.kit.edu> | 2016-05-24 00:04:46 +0200 |
---|---|---|
committer | root <root@ipepdvdev1.ipe.kit.edu> | 2016-05-24 00:04:46 +0200 |
commit | ca1b1cea796bcfaeb86f201cf35065a606921cc1 (patch) | |
tree | 9dbe7a85bad655dbbc7852149c749d9e85573601 /config.h | |
parent | 16e0aeeed527f8452e336685f664d7aa848702d3 (diff) | |
download | gdrtest-ca1b1cea796bcfaeb86f201cf35065a606921cc1.tar.gz gdrtest-ca1b1cea796bcfaeb86f201cf35065a606921cc1.tar.bz2 gdrtest-ca1b1cea796bcfaeb86f201cf35065a606921cc1.tar.xz gdrtest-ca1b1cea796bcfaeb86f201cf35065a606921cc1.zip |
Read hw counter
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,9 +1,13 @@ #define ITERS 100 -#define GPU_ITERS 1000 +#define GPU_ITERS 100 + #define TLP_SIZE 64 #define GPU_PAGE 65536 + #define PAGE_SIZE 4096 #define VERBOSE #define GPU_DESC + +#define USE_HW_CONTER |