From cb21b23cb35d4a6a220898efee69bbe4fa0b425c Mon Sep 17 00:00:00 2001
From: Yesa <13515088@std.stei.itb.ac.id>
Date: Sat, 15 Dec 2018 14:10:29 +0700
Subject: [PATCH] Update README.md

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index b301371..a4f2dc4 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,13 @@
 
 Using asynhcronous data transfer from host to device, execution can overlap. The total time taken based on the case given is around 12 us. Please see the image attached for proof of execution.
 
+![](image_saxpy.png)
+
 ## Task 2
 
+In this task, the function ```bodyForce``` is converted into kernel code. The result for executing 2^11 and 2^13 elements are shown in the picture below.
+
+![](image_nbody_11.png)
+
+![](image_nbody_13.png)
  
\ No newline at end of file
-- 
GitLab