-
Notifications
You must be signed in to change notification settings - Fork 118
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
Velocity SIMD CPU Runtime (Runtime + Scalar x2) #1055
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6ae3a49 - Browse repository at this point
Copy the full SHA 6ae3a49View commit details -
Extended declarative unary math functions with implementation details…
… for Velocity backend.
Configuration menu - View commit details
-
Copy full SHA for d6eef4a - Browse repository at this point
Copy the full SHA d6eef4aView commit details -
Added new VelocityOperations.ttinclude T4 include file to represent V…
…elocity stack-operation type information.
Configuration menu - View commit details
-
Copy full SHA for 22cb5c3 - Browse repository at this point
Copy the full SHA 22cb5c3View commit details -
Added new VelocityMasks analysis to determine information about requi…
…red vector lane masks.
Configuration menu - View commit details
-
Copy full SHA for 0f49bf6 - Browse repository at this point
Copy the full SHA 0f49bf6View commit details -
Added new VelocityHelpers managing VelocityWarpOperationMode enumerat…
…ions to get information about the current state of the virtual Velocity evaluation stack.
Configuration menu - View commit details
-
Copy full SHA for 4ebf5b4 - Browse repository at this point
Copy the full SHA 4ebf5b4View commit details -
Added generic VelocityTargetSpecializer to support vectorized and sca…
…lar code generation for different platforms.
Configuration menu - View commit details
-
Copy full SHA for 16b0ee1 - Browse repository at this point
Copy the full SHA 16b0ee1View commit details -
Added new VelocityCodeGenerator to build mask-based SIMD control flow…
… to Velocity backend.
Configuration menu - View commit details
-
Copy full SHA for a99e8d1 - Browse repository at this point
Copy the full SHA a99e8d1View commit details -
Added new VelocityCodeGenerator.Views to generate code for View-based…
… values to Velocity backend.
Configuration menu - View commit details
-
Copy full SHA for edc96a8 - Browse repository at this point
Copy the full SHA edc96a8View commit details -
Added new VelocityCodeGenerator.Values to generate code for general I…
…R values to Velocity backend.
Configuration menu - View commit details
-
Copy full SHA for 247d84e - Browse repository at this point
Copy the full SHA 247d84eView commit details -
Added new VelocityCodeGenerator.Threads to generate code for Thread-b…
…ased values to Velocity backend.
Configuration menu - View commit details
-
Copy full SHA for 522cf10 - Browse repository at this point
Copy the full SHA 522cf10View commit details -
Added new VelocityCodeGenerator.Terminators to generate code for SIMD…
…-based terminators to Velocity backend.
Configuration menu - View commit details
-
Copy full SHA for b62a106 - Browse repository at this point
Copy the full SHA b62a106View commit details -
Added new VelocityCodeGenerator.IO to generate code for SIMD-based IO…
… operations to Velocity backend.
Configuration menu - View commit details
-
Copy full SHA for 1296945 - Browse repository at this point
Copy the full SHA 1296945View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1853b8 - Browse repository at this point
Copy the full SHA d1853b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a366a3 - Browse repository at this point
Copy the full SHA 9a366a3View commit details -
Added new VelocityArgumentMapper that constructs padded argument stru…
…ctures based on the PTXArgumentMapper.
Configuration menu - View commit details
-
Copy full SHA for 45dd41b - Browse repository at this point
Copy the full SHA 45dd41bView commit details -
Configuration menu - View commit details
-
Copy full SHA for be4f046 - Browse repository at this point
Copy the full SHA be4f046View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08068bb - Browse repository at this point
Copy the full SHA 08068bbView commit details -
Added abstract internal VelocityParameters class to pass automaticall…
…y generated parameter instances to Velocity kernels.
Configuration menu - View commit details
-
Copy full SHA for 7d9caf3 - Browse repository at this point
Copy the full SHA 7d9caf3View commit details -
Added VelocityGenerationModule to map methods to the managed world an…
…d transfer scalar arguments into the vector world.
Configuration menu - View commit details
-
Copy full SHA for d48cd8a - Browse repository at this point
Copy the full SHA d48cd8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a59c88 - Browse repository at this point
Copy the full SHA 4a59c88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 498ed61 - Browse repository at this point
Copy the full SHA 498ed61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b18243 - Browse repository at this point
Copy the full SHA 4b18243View commit details -
Added new VelocityBlockScheduling transformation to ensure proper ord…
…ering of blocks in the schedule.
Configuration menu - View commit details
-
Copy full SHA for 8f861f6 - Browse repository at this point
Copy the full SHA 8f861f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4df4d0 - Browse repository at this point
Copy the full SHA f4df4d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90d3206 - Browse repository at this point
Copy the full SHA 90d3206View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36d02e7 - Browse repository at this point
Copy the full SHA 36d02e7View commit details -
Added new automatically generated pseudo-vector instructions used by …
…the scalar Velocity code generator.
Configuration menu - View commit details
-
Copy full SHA for 8a7b105 - Browse repository at this point
Copy the full SHA 8a7b105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62a69d4 - Browse repository at this point
Copy the full SHA 62a69d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3537b05 - Browse repository at this point
Copy the full SHA 3537b05View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb14c1f - Browse repository at this point
Copy the full SHA fb14c1fView commit details -
Added new VelocityDevice class to represent and configure SIMD-based …
…velocity accelerators.
Configuration menu - View commit details
-
Copy full SHA for 10dfd1e - Browse repository at this point
Copy the full SHA 10dfd1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a547c95 - Browse repository at this point
Copy the full SHA a547c95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72826ad - Browse repository at this point
Copy the full SHA 72826adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63433e3 - Browse repository at this point
Copy the full SHA 63433e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5ca0bb - Browse repository at this point
Copy the full SHA c5ca0bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9281464 - Browse repository at this point
Copy the full SHA 9281464View commit details
Commits on Sep 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3b82ea8 - Browse repository at this point
Copy the full SHA 3b82ea8View commit details -
Configuration menu - View commit details
-
Copy full SHA for deb6989 - Browse repository at this point
Copy the full SHA deb6989View commit details