Commit 65d926c
authored
[SYCL][NativeCPU] Set target attrs for subkernels. (#19169)
This fixes LLVMIntrinsicLowering/intrinsic_cmp.cpp with -mavx.
Target attributes can affect the ABI, and the subkernel and kernel need
to agree on the ABI in order for the call to work.1 parent 0df8a45 commit 65d926c
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
121 | 127 | | |
122 | 128 | | |
123 | 129 | | |
| |||
0 commit comments