* Summer of Code Ideas @ 2016-02-23 18:08 Abheek Ghosh 2016-02-23 20:50 ` Emil Velikov 0 siblings, 1 reply; 5+ messages in thread From: Abheek Ghosh @ 2016-02-23 18:08 UTC (permalink / raw) To: dri-devel [-- Attachment #1.1: Type: text/plain, Size: 676 bytes --] Hi, I am Abheek Ghosh, sophomore from Indian Institute of Technology, Guwahati. I read the Summer of Code and DRM pages, as well as Mehul's discussion but didn't get much help. I have strong C/C++ skills and familiar with OpenCL. I have Intel CPU and Nvidia GPU of Fermi architecture. I have made small contributions to open source projects. I don't have experience in kernel level development, but very interested to get my hands dirty. It would be helpful if any developer can help me get started with some suitable projects related to available hardware or any hardware independent projects in OpenCL, OpenGL or Mesa. Awaiting a positive response. Regards, Abheek Ghosh [-- Attachment #1.2: Type: text/html, Size: 797 bytes --] [-- Attachment #2: Type: text/plain, Size: 160 bytes --] _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Summer of Code Ideas 2016-02-23 18:08 Summer of Code Ideas Abheek Ghosh @ 2016-02-23 20:50 ` Emil Velikov 2016-02-24 2:52 ` Abheek Ghosh 0 siblings, 1 reply; 5+ messages in thread From: Emil Velikov @ 2016-02-23 20:50 UTC (permalink / raw) To: Abheek Ghosh; +Cc: ML dri-devel Hello Abheek, On 23 February 2016 at 18:08, Abheek Ghosh <abheekghosh.ag@gmail.com> wrote: > Hi, > I am Abheek Ghosh, sophomore from Indian Institute of Technology, Guwahati. > I read the Summer of Code and DRM pages, as well as Mehul's discussion but > didn't get much help. I have strong C/C++ skills and familiar with OpenCL. I > have Intel CPU and Nvidia GPU of Fermi architecture. I have made small > contributions to open source projects. I don't have experience in kernel > level development, but very interested to get my hands dirty. > > It would be helpful if any developer can help me get started with some > suitable projects related to available hardware or any hardware independent > projects in OpenCL, OpenGL or Mesa. > > Awaiting a positive response. > As you've noticed in the thread started by Mehul, people here are keen on getting to know what your interest and strengths are. Thus listing those would be beneficial. This way people can come up with more 'personalised' ideas, should the ones on the wikis (short of links atm, sorry) do not suit you. Regards, Emil _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Summer of Code Ideas 2016-02-23 20:50 ` Emil Velikov @ 2016-02-24 2:52 ` Abheek Ghosh 2016-03-17 22:04 ` Pierre Moreau 0 siblings, 1 reply; 5+ messages in thread From: Abheek Ghosh @ 2016-02-24 2:52 UTC (permalink / raw) To: Emil Velikov; +Cc: ML dri-devel [-- Attachment #1.1: Type: text/plain, Size: 1649 bytes --] Thanks for reply. I would like to work on *Compilers*. I have just some basic knowledge on compilers. I liked the 2015 ideas related to compilers and Nouveau like "OpenCL support" (but requires Tesla, not available). The projects were mostly moderate/difficult level. Although, I am at a learning stage and may not have good knowledge on compilers, I am willing to work very hard and learn(why I am here). Regards Abheek On 24 February 2016 at 02:20, Emil Velikov <emil.l.velikov@gmail.com> wrote: > Hello Abheek, > > On 23 February 2016 at 18:08, Abheek Ghosh <abheekghosh.ag@gmail.com> > wrote: > > Hi, > > I am Abheek Ghosh, sophomore from Indian Institute of Technology, > Guwahati. > > I read the Summer of Code and DRM pages, as well as Mehul's discussion > but > > didn't get much help. I have strong C/C++ skills and familiar with > OpenCL. I > > have Intel CPU and Nvidia GPU of Fermi architecture. I have made small > > contributions to open source projects. I don't have experience in kernel > > level development, but very interested to get my hands dirty. > > > > It would be helpful if any developer can help me get started with some > > suitable projects related to available hardware or any hardware > independent > > projects in OpenCL, OpenGL or Mesa. > > > > Awaiting a positive response. > > > As you've noticed in the thread started by Mehul, people here are keen > on getting to know what your interest and strengths are. Thus listing > those would be beneficial. This way people can come up with more > 'personalised' ideas, should the ones on the wikis (short of links > atm, sorry) do not suit you. > > Regards, > Emil > [-- Attachment #1.2: Type: text/html, Size: 2192 bytes --] [-- Attachment #2: Type: text/plain, Size: 160 bytes --] _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Summer of Code Ideas 2016-02-24 2:52 ` Abheek Ghosh @ 2016-03-17 22:04 ` Pierre Moreau 2016-03-18 7:34 ` Hans de Goede 0 siblings, 1 reply; 5+ messages in thread From: Pierre Moreau @ 2016-03-17 22:04 UTC (permalink / raw) To: Abheek Ghosh; +Cc: Hans de Goede, Emil Velikov, ML dri-devel [-- Attachment #1.1: Type: text/plain, Size: 3084 bytes --] Hello Abheek, Sorry for the long delay. So, things have changed a bit since last year idea. You should now be able to start kernels on most generations, atomic operations are supported and image is in the work. Regarding the compiler, Hans de Goede started working on compiling LLVM IR to TGSI, which would make it possible to feed OpenCL kernels in a TGSI form to Nouveau, and I have been working on compiling SPIR-V to Nouveau's IR (NV50 IR). On the SPIR-V side, there are some things that shouldn't be too difficult and some which might take some time, but I have no idea what would fit a GSoC project (and I am not really planning to be a mentor). I don't know if Hans has any plans regarding GSoC. The SPIR-V that I'm using, is generated by LLVM. But that compilation pass, from LLVM IR to SPIR-V, is a work in progress. Since LLVM is also part of the GSoC program, you could ask them; that work would benefit to Nouveau, and possibly other drivers as well. However that task, I would guess, is a quite difficult one. Regards, Pierre Moreau On 08:22 AM - Feb 24 2016, Abheek Ghosh wrote: > Thanks for reply. I would like to work on *Compilers*. I have just some > basic knowledge on compilers. I liked the 2015 ideas related to compilers > and Nouveau like "OpenCL support" (but requires Tesla, not available). The > projects were mostly moderate/difficult level. Although, I am at a learning > stage and may not have good knowledge on compilers, I am willing to work > very hard and learn(why I am here). > > Regards > Abheek > > On 24 February 2016 at 02:20, Emil Velikov <emil.l.velikov@gmail.com> wrote: > > > Hello Abheek, > > > > On 23 February 2016 at 18:08, Abheek Ghosh <abheekghosh.ag@gmail.com> > > wrote: > > > Hi, > > > I am Abheek Ghosh, sophomore from Indian Institute of Technology, > > Guwahati. > > > I read the Summer of Code and DRM pages, as well as Mehul's discussion > > but > > > didn't get much help. I have strong C/C++ skills and familiar with > > OpenCL. I > > > have Intel CPU and Nvidia GPU of Fermi architecture. I have made small > > > contributions to open source projects. I don't have experience in kernel > > > level development, but very interested to get my hands dirty. > > > > > > It would be helpful if any developer can help me get started with some > > > suitable projects related to available hardware or any hardware > > independent > > > projects in OpenCL, OpenGL or Mesa. > > > > > > Awaiting a positive response. > > > > > As you've noticed in the thread started by Mehul, people here are keen > > on getting to know what your interest and strengths are. Thus listing > > those would be beneficial. This way people can come up with more > > 'personalised' ideas, should the ones on the wikis (short of links > > atm, sorry) do not suit you. > > > > Regards, > > Emil > > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel [-- Attachment #1.2: signature.asc --] [-- Type: application/pgp-signature, Size: 819 bytes --] [-- Attachment #2: Type: text/plain, Size: 160 bytes --] _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Summer of Code Ideas 2016-03-17 22:04 ` Pierre Moreau @ 2016-03-18 7:34 ` Hans de Goede 0 siblings, 0 replies; 5+ messages in thread From: Hans de Goede @ 2016-03-18 7:34 UTC (permalink / raw) To: Abheek Ghosh, Emil Velikov, ML dri-devel Hi, On 17-03-16 23:04, Pierre Moreau wrote: > Hello Abheek, > > Sorry for the long delay. > > So, things have changed a bit since last year idea. You should now be able to > start kernels on most generations, atomic operations are supported and image is > in the work. Regarding the compiler, Hans de Goede started working on compiling > LLVM IR to TGSI, which would make it possible to feed OpenCL kernels in a TGSI > form to Nouveau, and I have been working on compiling SPIR-V to Nouveau's IR > (NV50 IR). > > On the SPIR-V side, there are some things that shouldn't be too difficult and > some which might take some time, but I have no idea what would fit a GSoC > project (and I am not really planning to be a mentor). > > I don't know if Hans has any plans regarding GSoC. I pretty sure I can define some gsoc tasks related to the llvm tgsi backend if people are interested. One possible option would be the addition of a 64bit memory model (this will also require some mesa changes). Basically there is a long todo list, but llvm is NOT easy to get into, so it maybe better to find some other task. Regards, Hans > The SPIR-V that I'm using, is generated by LLVM. But that compilation pass, > from LLVM IR to SPIR-V, is a work in progress. Since LLVM is also part of the > GSoC program, you could ask them; that work would benefit to Nouveau, and > possibly other drivers as well. However that task, I would guess, is a quite > difficult one. > > Regards, > Pierre Moreau > > > On 08:22 AM - Feb 24 2016, Abheek Ghosh wrote: >> Thanks for reply. I would like to work on *Compilers*. I have just some >> basic knowledge on compilers. I liked the 2015 ideas related to compilers >> and Nouveau like "OpenCL support" (but requires Tesla, not available). The >> projects were mostly moderate/difficult level. Although, I am at a learning >> stage and may not have good knowledge on compilers, I am willing to work >> very hard and learn(why I am here). >> >> Regards >> Abheek >> >> On 24 February 2016 at 02:20, Emil Velikov <emil.l.velikov@gmail.com> wrote: >> >>> Hello Abheek, >>> >>> On 23 February 2016 at 18:08, Abheek Ghosh <abheekghosh.ag@gmail.com> >>> wrote: >>>> Hi, >>>> I am Abheek Ghosh, sophomore from Indian Institute of Technology, >>> Guwahati. >>>> I read the Summer of Code and DRM pages, as well as Mehul's discussion >>> but >>>> didn't get much help. I have strong C/C++ skills and familiar with >>> OpenCL. I >>>> have Intel CPU and Nvidia GPU of Fermi architecture. I have made small >>>> contributions to open source projects. I don't have experience in kernel >>>> level development, but very interested to get my hands dirty. >>>> >>>> It would be helpful if any developer can help me get started with some >>>> suitable projects related to available hardware or any hardware >>> independent >>>> projects in OpenCL, OpenGL or Mesa. >>>> >>>> Awaiting a positive response. >>>> >>> As you've noticed in the thread started by Mehul, people here are keen >>> on getting to know what your interest and strengths are. Thus listing >>> those would be beneficial. This way people can come up with more >>> 'personalised' ideas, should the ones on the wikis (short of links >>> atm, sorry) do not suit you. >>> >>> Regards, >>> Emil >>> > >> _______________________________________________ >> dri-devel mailing list >> dri-devel@lists.freedesktop.org >> https://lists.freedesktop.org/mailman/listinfo/dri-devel > _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-03-18 7:34 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-02-23 18:08 Summer of Code Ideas Abheek Ghosh 2016-02-23 20:50 ` Emil Velikov 2016-02-24 2:52 ` Abheek Ghosh 2016-03-17 22:04 ` Pierre Moreau 2016-03-18 7:34 ` Hans de Goede
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.