-
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: f98d8749890464dcbd2941f1a19ea1a34532f110 Pull Request resolved: #7550
- Loading branch information
1 parent
b8121a7
commit af02304
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