-
Notifications
You must be signed in to change notification settings - Fork 57
Add Khushiyant to contributors list #178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -240,6 +240,34 @@ | |
# 2024 # | ||
################################################################################ | ||
|
||
- name: Khushiyant | ||
photo: Khushiyant.jpg | ||
info: "Research Intern ,GSoC 2024 Contributor" | ||
email: [email protected] | ||
education: "B.Tech in Computer Science and Engineering, G.G.S.I.P.U, India" | ||
github: "https://github.com/Khushiyant" | ||
www: "https://bento.me/khushiyant" | ||
linkedin: "https://www.linkedin.com/in/khushiyant/" | ||
active: 1 | ||
projects: | ||
- title: "STL/Eigen - Automatic conversion and plugins for Python based ML-backends" | ||
status: Ongoing | ||
description: | | ||
Cppyy is an automatic, run-time, Python-C++ bindings generator, for calling C++ from Python and Python from C++. | ||
Cppyy uses pythonized wrappers of useful classes from libraries like STL and Eigen that allow the user to utilize them on the Python side. | ||
Current support follows container types in STL like std::vector, std::map, and std::tuple and the Matrix-based classes in Eigen/Dense. | ||
These cppyy objects can be plugged into idiomatic expressions that expect Python builtin-types. | ||
This behaviour is achieved by growing pythonistic methods like __len__ while also retaining its C++ methods like size. | ||
Efficient and automatic conversion between C++ and Python is essential towards high-performance cross-language support. | ||
This approach eliminates overheads arising from iterative initialization such as comma insertion in Eigen. | ||
This opens up new avenues for the utilization of Cppyy’s bindings in tools that perform numerical operations for transformations, or optimization. | ||
The on-demand C++ infrastructure wrapped by idiomatic Python enables new techniques in ML tools like JAX/CUTLASS. | ||
This project allows the C++ infrastructure to be plugged into at service to the users seeking high-performance library primitives that are unavailable in Python. | ||
|
||
mentors: Vassil Vassilev, Wim Lavrijsen, Aaron Jomy, Jonas Rembser | ||
proposal: /assets/docs/Khushiyant_Proposal_2024.pdf | ||
|
||
|
||
- name: Shreyas Atre | ||
photo: Shreyas.jpg | ||
info: "Open Source Contributor" | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: "Compiler Research - Team - Khushiyant" | ||
layout: gridlay | ||
excerpt: "Compiler Research: Team members" | ||
sitemap: false | ||
permalink: /team/Khushiyant | ||
email: [email protected] | ||
--- | ||
|
||
{% include team-profile.html %} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to move before
- name: "This could be you!"
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure