aboutsummaryrefslogtreecommitdiff
path: root/offload/test/offloading/malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'offload/test/offloading/malloc.c')
-rw-r--r--offload/test/offloading/malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/offload/test/offloading/malloc.c b/offload/test/offloading/malloc.c
index 7b98e1f..04e72561 100644
--- a/offload/test/offloading/malloc.c
+++ b/offload/test/offloading/malloc.c
@@ -10,7 +10,7 @@ int main() {
int Threads = 64;
int Teams = 10;
- // Allocate ~55MB on the device.
+ // Allocate ~160 KiB on the device.
#pragma omp target map(from : DP)
DP = (long unsigned *)malloc(sizeof(long unsigned) * N * Threads * Teams);