-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…1910) * Fix #17: don't generate loops in the kernel_builder for measurements This simplifies kernel_builder and leverages that Quake already knows what to do with veq types. Fix reset while we are here. There is no need to test the types of these arguments. The verifier already does that. Fix std::string arguments to not make copies of the string at each call site. * Back out change to reset. Appears to choke in codegen. Will be a separate PR. * Add expand measurements pass to IQM pipeline. * Add unrolling as well.
- Loading branch information
1 parent
77b1430
commit 0f7a56b
Showing
4 changed files
with
21 additions
and
44 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