-
Notifications
You must be signed in to change notification settings - Fork 0
Release/v0.1.1 (#45) #46
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
Conversation
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
* fixes document and package * add new feature to vectorize arbitary operation * add test * removes using of SIMD APIs which requires immediate value * fix the codepath when x=0 * fix test * fix auto collection for VectorizationTest * feature/ScalarMath/support-CountLeadingZeros-legacy (#15) * implement CLZ for legacy * improves test base * adds lacked APIs * implements tests * feature/remove-byref-argument-from-strategy (#16) * rename IVectorizationStrategy.tt -> IVectorizationFormula.tt * remove in modifier * fix modifier --------- Co-authored-by: aka-nse <nakased.1220@gmail.com> * update nuget packages reference (#17) Co-authored-by: aka-nse <nakased.1220@gmail.com> * feature/add-logo (#18) * add logo * modify readme * add workflow * adapts to BenchmarkDotNet API changes --------- Co-authored-by: aka-nse <nakased.1220@gmail.com> * fix charset (#19) * add Guard class (#20) * add measure coverage script (#21) * update document (#22) Co-authored-by: aka-nse <nakased.1220@gmail.com> * hotfix/fix-buffer-overlap (#23) * add temporary buffer type * add internal method `EnsureSourceSafe` * implement buffer overlap support * add test base & fix logic * arrange test code with template method * fix implementations * improve test * arrange T4 templates * supports test case serialization --------- Co-authored-by: aka-nse <nakased.1220@gmail.com> * feature/op-saturate (#25) * implement VectorOp.AddSaturate & VectorOp.SubtractSaturate * implement ScalarOp.AddSaturate & ScalarOp.SubtractSaturate * implement Vectorization.AddSaturate & Vectorization.SubtractSaturate * feature/integrate-op-and-math (#26) * merge ScaraMath into ScalarOp * merge VectorMath into VectorOp * move files into new arranged positions * change APIs for constant of ScalarOp * move test files * rename generic specializing overload & remove extra usings * fix test * fix test * fixes exp saturation for Single & relaxes accuracy threshold (#27) * fixes formula of VectorOp.Asin (#28) * feature/VectorOp/add-vector-ops (#29) * add Blend method * fix Permute * add Gather method * move overloads into T4 * improve range check logic * implement Vectorization.Gather * add Vectorization.Gather test * fix Vectorization overlap validation logic * feature/ScalarOp/remove-in-modifier (#30) * add ScalarOp.Convert test * remove in modifier * rename files * rename files * adds DivideLike tests and fixes logic * replace ScalarOp.Convert test * feature/VectorOp/publish-Emulate (#31) * rename into feature file * recreate utility file * refactor and publish VectorOp.Emulate * add GeneratedCodeAttribute into T4 codes * add benchmark of evaluation strategy * fix constant initialization * modify alignment * publish Emulate * refactor/coding-rules (#32) * implement default & parallel iteration strategy * remove ref modifier * add .editorconfig * add header * add parallel API * fix text encoding into UTF-8N * fix package informations (#33) * feature/migrate-generic-specialization-to-generator (#34) * update dependency version * add package reference to GenericSpecializationGenerator * migrates generic specialization to generator for ScalarOp.BitOperations * migrates generic specialization to generator for ScalarOp.Sign * migrate ScalarOp.FusedMultiplyAdd * migrate ScalarOp.[Abs, Min, Max, Clamp] * migrate ScalarOp._Math.Real * migrates ScalarOp.[DivideFloor, DivideCeiling, DivRem] * moves reference source of GenericSpecializationGenerator from NuGet package to local subrepos * migrates generic specialization to generator for binary operators in ScalarOp * migrates ScalarOp.[Equals, Compare] * migrates ScalarOp.[ShiftLeft, ShiftRight] * migrates ScalarOp.[UnaryPlus, UnaryMinus, Not, Complement] * migrates ScalarOp.[AddSaturate, SubtractSaturate] * migrates VectorOp.[*] * add .gitmodules * update GitHub Actions script * migrate slnx * fix workflow * fix subrepo version * feature/add-non-generic-methods (#35) * separate non generic methods for ScalarOp.Abs, Min, Max, Clamp * separate non generic methods for real functions in ScalarOp * separate non generic methods for divide-like functions in ScalarOp * separate non generic methods for binary operator functions in ScalarOp * separate non generic methods for bit operations functions in ScalarOp * fix tests * separate non generic methods for operator functions in ScalarOp * migrate implementation of ScalarOp.[Decompose,Scale] to GenericSpecializationGenerator * migrate implementation of constants in ScalarOp to GenericSpecializationGenerator * modifies comment * switches subrepo version * refactor/update-dependencies (#36) * updates GenericSpecializationGenerator * fixes trivia handling in using directives * hotfix/tendency-to-throw-in-vectorization (#37) * adds test * adds test * adds zero support * switchs reference of GenericSpecializationGenerator into via NuGet * adds type checks * adds type guard * fixes script * adds code coverage config (#38) * hotfix/ArrayNumericUtils-Linspace (#39) * improves Linspace * adds test * hotfix/ArrayNumericUtils-Linspace (#40) * improves Linspace * adds test * adds tests * feature/task-parallelization (#41) * adds compatibility support for infrastructure * adds ParallelVectirozation * refactor/adds-test (#42) * removes extra code * removes extra code * adds test * improves VectorOp.Permute4 test * fixes script * adds ExcludeFromCodeCoverageAttribute * adds test * fixes csproj (#43) * feature/interceptor-generator (#44) * configures project base * implements base of the interceptor generator feature * implements interceptor * updates readme * adds examples * Update src/SmartVectorDotNet/Vectorization/Vectorization.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/SmartVectorDotNet/Guard.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/SmartVectorDotNet/Guard.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * updates csproj * updates readme --------- Co-authored-by: aka-nse <nakased.1220@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.