Difference between revisions of "User:Vasco.costa/GSoC15/logs"

From BRL-CAD
(Development Phase)
Line 13: Line 13:
 
* Do the matrix ops for ehy (Elliptical Hyperboloid) in the OpenCL side.
 
* Do the matrix ops for ehy (Elliptical Hyperboloid) in the OpenCL side.
 
** https://sourceforge.net/p/brlcad/patches/346/
 
** https://sourceforge.net/p/brlcad/patches/346/
 
 
* Made patch for ell (Generalized Ellipsoid) and arb8 (Arbitrary Polyhedron) OpenCL shots:
 
* Made patch for ell (Generalized Ellipsoid) and arb8 (Arbitrary Polyhedron) OpenCL shots:
 
** https://sourceforge.net/p/brlcad/patches/370/
 
** https://sourceforge.net/p/brlcad/patches/370/

Revision as of 11:00, 29 May 2015

Community Bonding Period

I have made two patches for OpenCL (OCL) shot code. One patch refactors the existing sph (Sphere) shot code, and the another patch implements ehy (Elliptical Hyperboloid) shot code.

Background Research

Development Phase

Week 1 : 25-31 May

  • Tried out a bunch of code browsing tools (cscope, LXR, doxygen, etc). The NetBeans IDE seems the most promising.