-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring the kernel_launcher.KernelLaunchIRBuilder API.
- Changes to the class constructor to make it easier to use from places other than the parfor_lowerer. Removed the need to pass a lowerer object and instead pass a context and builder. - Adds a new helper function populate_kernel_args_and_args_ty_arrays that populates arrays storing kernel args and kernel arg types.
- Loading branch information
Diptorup Deb
committed
Oct 12, 2023
1 parent
3594cac
commit d254ee4
Showing
3 changed files
with
90 additions
and
68 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