Re: [brlcad-devel] OpenCL code query "bn_poly_t"

2017-03-19 Thread Shailesh Tripathi , B.Tech., Electronics Engg., IIT (BHU), Varanasi (INDIA)
Hello, Sorry for flooding the list with so many questions :/ Last set for queries for the day :) 1. How to use these functions '*rt_poly_roots', 'bu_log'*, *'bn_pr_roots' *and '*VPRINT*' in the kernels (.cl file) 2. Why are functions like '*RT_GET_SEG' *eliminated in the the kenels and how does *'

Re: [brlcad-devel] OpenCL code query "bn_poly_t"

2017-03-19 Thread Shailesh Tripathi , B.Tech., Electronics Engg., IIT (BHU), Varanasi (INDIA)
Also, For scalar multiplication VSCALE() is used in the C code. Can I simply use multiplication operator (*) in the kernel as VSCALE in unavailable in OpenCL. C code: *VSCALE(norm_pprime, dprime, VDOT(pprime, dprime));* OpenCL code: * norm_pprime = dprime * dot(pprime, dprime);* Regards Shailesh

Re: [brlcad-devel] GSOC 2017 Query

2017-03-19 Thread Clifford Yapp
On Sun, Mar 19, 2017 at 7:39 AM, Manan Singh wrote: > Hi everyone! > I'm Manan, an undergrad from India. I've been doing GUI development in Qt > simce past 2-3 months (have been doing with Qt Python Bindings much > earlier). I'm interested to work regarding the same. I'm newbie to this org. > How

[brlcad-devel] OpenCL code query "bn_poly_t"

2017-03-19 Thread Shailesh Tripathi , B.Tech., Electronics Engg., IIT (BHU), Varanasi (INDIA)
Hello, While writing the.cl file, I got stuck at a data type "*bn_poly_t*" and " *bn_complex_t*". To use this in kernels, can these definitions be imported or do I need to define these structures in the .cl file itself. Is there a way to import these, or if not, defining them would not be any issue

Re: [brlcad-devel] Google summer of code

2017-03-19 Thread Saurabh bajaj
I did not use a framework. Rather I had used OpenGL library and Win32 APIs, and developed the project from scratch. I would familiarize myself with subversion. And regarding my interests, you correctly pointed out, GUI (Qt) and annotations are the most appropriate to my experience. But I am also

[brlcad-devel] GSOC 2017 Query

2017-03-19 Thread Manan Singh
Hi everyone! I'm Manan, an undergrad from India. I've been doing GUI development in Qt simce past 2-3 months (have been doing with Qt Python Bindings much earlier). I'm interested to work regarding the same. I'm newbie to this org. How should I get started? -