Commit abb8113
authored
Pass volatile and nonTemporal flag when lowering tt.load instruction (#5465)
When lowering `tt.load` the backend currently ignores attributes such
has 'volatile' and `cacheModifier`. This PR rectify the situation for
load operation that use a tensor of ptrs
---------
Signed-off-by: Ettore Tiotto <ettore.tiotto@intel.com>1 parent 98f7946 commit abb8113
File tree
2 files changed
+49
-4
lines changed- test/Conversion/intel
- third_party/intel/lib/TritonIntelGPUToLLVM
2 files changed
+49
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
Lines changed: 18 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
3065 | 3066 | | |
3066 | 3067 | | |
3067 | 3068 | | |
3068 | | - | |
3069 | | - | |
| 3069 | + | |
| 3070 | + | |
| 3071 | + | |
| 3072 | + | |
| 3073 | + | |
| 3074 | + | |
| 3075 | + | |
| 3076 | + | |
| 3077 | + | |
| 3078 | + | |
| 3079 | + | |
| 3080 | + | |
| 3081 | + | |
| 3082 | + | |
| 3083 | + | |
3070 | 3084 | | |
3071 | 3085 | | |
3072 | 3086 | | |
| |||
3079 | 3093 | | |
3080 | 3094 | | |
3081 | 3095 | | |
3082 | | - | |
| 3096 | + | |
3083 | 3097 | | |
3084 | 3098 | | |
3085 | 3099 | | |
3086 | | - | |
| 3100 | + | |
3087 | 3101 | | |
3088 | 3102 | | |
3089 | 3103 | | |
| |||
0 commit comments