diff options
author | root <root@ipepdvdev1.ipe.kit.edu> | 2016-05-25 06:35:59 +0200 |
---|---|---|
committer | root <root@ipepdvdev1.ipe.kit.edu> | 2016-05-25 06:35:59 +0200 |
commit | a6f3e96f2cafc183ab29e53007a86bb968d654b8 (patch) | |
tree | 5248f06934289d65e366507890ebac3c7a4816ab /kernels.h | |
parent | ca1b1cea796bcfaeb86f201cf35065a606921cc1 (diff) | |
download | gdrtest-a6f3e96f2cafc183ab29e53007a86bb968d654b8.tar.gz gdrtest-a6f3e96f2cafc183ab29e53007a86bb968d654b8.tar.bz2 gdrtest-a6f3e96f2cafc183ab29e53007a86bb968d654b8.tar.xz gdrtest-a6f3e96f2cafc183ab29e53007a86bb968d654b8.zip |
Support bigger writes
Diffstat (limited to 'kernels.h')
-rw-r--r-- | kernels.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ __global__ void null(uint32_t *data); -__global__ void ipedma(volatile void *bar, uintptr_t bus_addr, volatile uint64_t *desc, uint32_t *data); +__global__ void ipedma(volatile void *bar, uintptr_t bus_addr, volatile uint32_t *counter, volatile uint64_t *desc, uint32_t *data); |