-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[refactor] Let LaunchContextBuilder be the argument of the compiled k…
…ernel function on host ghstack-source-id: e1e08fac63499039788a347e03d8191b9d38c0c4 Pull Request resolved: #7550
- Loading branch information
1 parent
c6710c7
commit 3b421ea
Showing
3 changed files
with
36 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Doesn't contain f16 and u1. | ||
PER_C_TYPE(f32, float32) | ||
PER_C_TYPE(f64, float64) | ||
PER_C_TYPE(i8, int8) | ||
PER_C_TYPE(i16, int16) | ||
PER_C_TYPE(i32, int32) | ||
PER_C_TYPE(i64, int64) | ||
PER_C_TYPE(u8, uint8) | ||
PER_C_TYPE(u16, uint16) | ||
PER_C_TYPE(u32, uint32) | ||
PER_C_TYPE(u64, uint64) |
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