-
Notifications
You must be signed in to change notification settings - Fork 113
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
ICICLE V3 #526
Merged
Merged
ICICLE V3 #526
Conversation
This file contains 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
yshekel
force-pushed
the
yshekel/V3
branch
3 times, most recently
from
May 23, 2024 15:32
9948d2f
to
7ec703d
Compare
yshekel
changed the title
Yshekel/v3
ICICLE V3 device api and vec_ops api (CPU+CUDA backend)
May 23, 2024
yshekel
force-pushed
the
yshekel/V3
branch
7 times, most recently
from
June 2, 2024 16:09
4fe29c3
to
4bb238b
Compare
yshekel
changed the title
ICICLE V3 device api and vec_ops api (CPU+CUDA backend)
ICICLE V3 (CPU+CUDA backend)
Jun 5, 2024
yshekel
force-pushed
the
yshekel/V3
branch
2 times, most recently
from
June 6, 2024 10:25
996f388
to
641c4ea
Compare
yshekel
force-pushed
the
yshekel/V3
branch
9 times, most recently
from
June 13, 2024 11:45
876d52f
to
07d7a24
Compare
Co-authored-by: hadaringonyama <hadar@ingonyama.com>
## Changes This PR adds mersenne field (m31) to icicle v3 including rust wrapper. --------- Co-authored-by: nonam3e <timur@ingonyama.com>
## Describe the changes MSM multithreaded implementation on CPU ## Linked Issues Resolves # --------- Co-authored-by: Yuval Shekel <yshekel@gmail.com> Co-authored-by: hadaringonyama <hadar@ingonyama.com>
docs/docs/icicle/getting_started.md
Outdated
|
||
2. **Configure the build:** | ||
```bash | ||
mkdir -p build && rm -rf build/* |
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.
I think this line is not necessary
## Describe the changes This PR moves icicle-m31 package in rust/ wrappers from rust_v3/ --------- Co-authored-by: Jeremy Felder <jeremy.felder1@gmail.com> Co-authored-by: ChickenLover <romangg81@gmail.com>
This PR adds: 1. scripts to build dockers and scripts to build all release tars and deploy to github 2. documentation 3. Examples: C++ and Rust end-to-end examples regarding how to install and use icicle
Regarding Documentation, currently 2 comments.
|
Added summary on top of getting started and put getting started as the first page under ICICLE in sidebar
Co-authored-by: Yuval Shekel <yshekel@gmail.com> Co-authored-by: Jeremy Felder <jeremy.felder1@gmail.com>
Co-authored-by: Jeremy Felder <jeremy.felder1@gmail.com> Co-authored-by: yshekel <yshekel@gmail.com>
jeremyfelder
approved these changes
Sep 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.