Skip to content
Snippets Groups Projects
Commit cb21b23c authored by Yesa's avatar Yesa
Browse files

Update README.md

parent 16fdd49b
Branches master
No related merge requests found
...@@ -4,6 +4,13 @@ ...@@ -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. 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 ## 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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment