Difference between revisions of "User:Rishabhsuthar32/GSoC20/Log"
From BRL-CAD
m |
m (updated week3 logs) |
||
Line 8: | Line 8: | ||
==== Weekly update ==== | ==== Weekly update ==== | ||
* Week - 1 (June 1 - June 5) | * Week - 1 (June 1 - June 5) | ||
− | ** Working on getting ARBN primitive parallelized via OpenCL | + | ** June 1: Working on getting ARBN primitive parallelized via OpenCL |
− | ** Submitted patch for review (June 6) | + | ** June 6: Submitted patch for review (June 6) |
* Week - 2 (June 8 - June 12) | * Week - 2 (June 8 - June 12) | ||
− | ** Working on getting PIPE primitive parallelized via OpenCL | + | ** June 8: Working on getting PIPE primitive parallelized via OpenCL |
+ | ** June 9: Worked on discont_radius_shot() function | ||
+ | ** June 10: Worked on bend_pipe_shot() function | ||
+ | ** June 12: Worked on linear_pipe_shot() function | ||
+ | * Week - 3 (June 15 - June 19) | ||
+ | ** June 15: Worked on pipe_start_shot() and pipe_end_shot() function | ||
+ | ** June 17: Assembled all in pipe_shot() function |
Revision as of 13:38, 16 June 2020
Development Logs
Community Bonding Period
- Compiled working version of BRL-CAD with OpenCL on Ubuntu 18.04
- Got familiarised with the MGED commands and the sequence of code being called from the build
- Checked out other primitives which have been parallelized and their structure
Weekly update
- Week - 1 (June 1 - June 5)
- June 1: Working on getting ARBN primitive parallelized via OpenCL
- June 6: Submitted patch for review (June 6)
- Week - 2 (June 8 - June 12)
- June 8: Working on getting PIPE primitive parallelized via OpenCL
- June 9: Worked on discont_radius_shot() function
- June 10: Worked on bend_pipe_shot() function
- June 12: Worked on linear_pipe_shot() function
- Week - 3 (June 15 - June 19)
- June 15: Worked on pipe_start_shot() and pipe_end_shot() function
- June 17: Assembled all in pipe_shot() function