Skip to content
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

Initial Draft for Vector SIMD Codegen Enhancements #268

Draft
wants to merge 30 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
c2df1be
Adding the draft template.
anthonycanino May 11, 2022
5f54f6e
Edits.
anthonycanino May 13, 2022
c509170
Edits.
anthonycanino May 13, 2022
b77fbae
Edits.
anthonycanino May 18, 2022
9d0bfa8
Edits.
anthonycanino May 19, 2022
1f6c1d8
Edits.
anthonycanino May 23, 2022
1406a81
Spelling edits.
anthonycanino May 23, 2022
c43760d
Seperating EVEX encoding and Vectro<T> codegen upgrade into seperate
anthonycanino Jun 6, 2022
8055cf9
Added sections on PGO overview and some PGO design.
anthonycanino Jun 6, 2022
90eeb01
Small edits on sections.
anthonycanino Jun 6, 2022
5f98748
One more section that should show complete example.
anthonycanino Jun 7, 2022
cd08f5b
Added Challenges section.
anthonycanino Jun 7, 2022
ab398a2
Edits.
anthonycanino Jun 9, 2022
15995ea
Edits.
anthonycanino Jun 9, 2022
5e2b871
Edits.
anthonycanino Jun 9, 2022
407abd9
Edits.
anthonycanino Jun 9, 2022
eeb7d21
Edits.
anthonycanino Jun 9, 2022
32b296d
Edits.
anthonycanino Jun 9, 2022
0764dde
Edits.
anthonycanino Jun 10, 2022
ff44467
Edits.
anthonycanino Jun 10, 2022
6f938f2
KExpr.
anthonycanino Jun 13, 2022
2de4673
Edits.
anthonycanino Jun 13, 2022
a3b79b3
Edits.
anthonycanino Jun 13, 2022
166b235
Edits.
anthonycanino Jul 7, 2022
9849cab
Edits.
anthonycanino Jul 7, 2022
f39e43d
Edits.
anthonycanino Jul 7, 2022
ddf59cf
Merge branch 'main' of https://github.com/dotnet/designs
anthonycanino Jul 7, 2022
99d198e
Edits.
anthonycanino Jul 7, 2022
ede7677
Update accepted/2022/enable-512-vectors.md
anthonycanino Jul 19, 2022
28db714
Update enable-512-vectors.md
anthonycanino Jul 19, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions INDEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ Use update-index to regenerate it:
| 2021 | [TFM for .NET nanoFramework](accepted/2021/nano-framework-tfm/nano-framework-tfm.md) | [Immo Landwerth](https://github.com/terrajobst), [Laurent Ellerbach](https://github.com/Ellerbach), [José Simões](https://github.com/josesimoes) |
| 2021 | [Tracking Platform Dependencies](accepted/2021/platform-dependencies/platform-dependencies.md) | [Matt Thalman](https://github.com/mthalman) |
| 2022 | [.NET 7 Version Selection Improvements](accepted/2022/version-selection.md) | [Rich Lander](https://github.com/richlander) |
| 2022 | [Enable EVEX and 512-bit Vectors in RyuJIT](accepted/2022/enable-512-vectors.md) | [Anthony Canino](https://github.com/anthonycanino) |
| 2022 | [Upgrade `Vector` API SIMD Acceleration Capability in .NET](accepted/2022/enhance-vector-codegen.md) | [Anthony Canino](https://github.com/anthonycanino) |

## Drafts

Expand Down
Loading