|
189 | 189 | the community for feedback and collaboration throughout the redesign process.
|
190 | 190 | proposal: /assets/docs/Chaitanya_Shahare_Proposal_2024.pdf
|
191 | 191 | mentors: Tanya Lattner, Vassil Vassilev
|
| 192 | + |
| 193 | +- name: "Riya Bisht" |
| 194 | + photo: Riya-Bisht.jpeg |
| 195 | + info: "Google Summer Of Code 2024 Contributor" |
| 196 | + |
| 197 | + education: "B.Tech in Computer Science Engineering, Graphic Era University, India" |
| 198 | + github: "https://github.com/chococandy63" |
| 199 | + www: "https://riyabisht.com/about/" |
| 200 | + active: 1 |
| 201 | + linkedin: "https://www.linkedin.com/in/riya-bisht-81b365196/" |
| 202 | + projects: |
| 203 | + - title: "Enable CUDA compilation on Cppyy-Numba generated IR" |
| 204 | + status: Ongoing |
| 205 | + description: | |
| 206 | + Cppyy is an automatic, run-time, Python-C++ binding generator, for calling C++ from Python and Python from C++. |
| 207 | + Initial support has been added that allows Cppyy to hook into the high-performance Python compiler, Numba which |
| 208 | + compiles looped code containing C++ objects/methods/functions defined via Cppyy into fast machine code. The |
| 209 | + project aims to enhance Cppyy, by enabling CUDA compilation on Numba-generated intermediate representation (IR). |
| 210 | + This integration will allow seamless utilization of CUDA paradigms in Python without compromising performance. |
| 211 | + The objectives includes adding support for Cppyy-defined CUDA Code i.e. implementing support for declaration and |
| 212 | + parsing of CUDA code defined in Cppyy within the Numba extension. Designing and developing a CUDA compilation |
| 213 | + mechanism and execution within the Cppyy-Numba environment. |
| 214 | + proposal: /assets/docs/Riya_Bisht_GSoC2024_Proposal_2024.pdf |
| 215 | + mentors: Vassil Vassilev, Wim Lavrijsen, Aaron Jomy, Jonas Rembser |
192 | 216 |
|
193 | 217 | - name: "This could be you!"
|
194 | 218 | photo: rock.jpg
|
|
0 commit comments