-
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: b0449c66699cf667699fab8a1dba603b1b3caf99 Pull Request resolved: #7550
- Loading branch information
1 parent
26bb461
commit bb7b2d1
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