-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved performance of Velocity kernels by refining workload dispatc…
…her. (#1085) * Updated VelocityEntryPointHandler to accept chunk sizes. * Updated VelocityCodeGenerator to store additional parameter references. * Updated VelocityCodeGenerator.Values to pass threading information to other methods. * Updated VelocityCodeGenerator.Threads to load thread values from method parameters. * Improved VelocityBackend to perform additional cleanup specification. * Updated VelocityFunctionGenerator to load thread information from parameters. * Adapted VelocityGenerationModule to generate non-kernel functions with additional parameters. * Removed thread-value properties from VelocityGroupExecutionContext. * Extended VelocityKernelFunctionGenerator to emit kernel-intrinsic operation loops over processing chunks. * Removed obsolete methods from VelocityTargetSpecializer. * Adapted VelocityAccelerator to split the processing workload into large chunks. * Updated VelocityDevice to adapt the number of multiprocessors in debug builds.
- Loading branch information
Showing
12 changed files
with
215 additions
and
178 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.