mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
removed empty brackets
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
parent
c77d124682
commit
0644f1310d
1 changed files with 2 additions and 3 deletions
|
@ -118,11 +118,10 @@ Test(fpga, gpu_dma, .description = "GPU DMA tests")
|
|||
|
||||
if (dma != nullptr and dma->connectLoopback()) {
|
||||
memcpyFuncs.push_back({
|
||||
"DMA memcpy", [&]() {
|
||||
"DMA memcpy", [&] {
|
||||
dma->makeAccesibleFromVA(src.getMemoryBlock());
|
||||
dma->makeAccesibleFromVA(dst.getMemoryBlock()));
|
||||
|
||||
dma->memcpy(src.getMemoryBlock(), dst.getMemoryBlock(), len);
|
||||
dma->memcpy(src.getMemoryBlock(), dst.getMemoryBlock(), len);
|
||||
}});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue