Difference between revisions of "User:Sreyanshjainrkl/GSoC18/Log"

From BRL-CAD
m (Weekly update)
m (Weekly update)
Line 12: Line 12:
 
** May 10: Completed HYP shot routine in OpenCL
 
** May 10: Completed HYP shot routine in OpenCL
 
** May 11: Started doing ARBN shot routine in OpenCL
 
** May 11: Started doing ARBN shot routine in OpenCL
 +
** May 12: Continued..
 
** May 13: Completed ARBN shot routune in OpenCL
 
** May 13: Completed ARBN shot routune in OpenCL
  

Revision as of 18:25, 21 May 2018

Development Logs

Community Bonding Period

  • During the community bonding period, I downloaded BRL-CAD and configured and compiled my build. Initially it had some problems (probably due to my proxy settings), but finally it worked while using Ubuntu 17.04, revision r70379 (last known working version of BRL-CAD with openCL) and AMD APP SDK 2.9.1 as an OpenCL ICD.
  • I started to write some code in order to get an advance on my project. This consisted of developing HYP and ARBN shot routines in OpenCL as per my project plan.

Weekly update

  • Week -1
    • May 9: Successfully completed BRL-CAD installation
    • May 10: Completed HYP shot routine in OpenCL
    • May 11: Started doing ARBN shot routine in OpenCL
    • May 12: Continued..
    • May 13: Completed ARBN shot routune in OpenCL
  • Week 1
    • May 14: Studied the DSP C code
    • May 15: Worked on compiling Tk and its dependencies
    • May 16: Started developing DSP shot routine in OpenCL
    • May 17: Continued..
    • May 18: Completed DSP norm code
  • Week 2
    • May 21: Worked on converting recursion structure to an iterative one