Commit 3902b4a
authored
Fast path mirroring oneDNN's mayiuse_microkernels to skip igc_check (openvinotoolkit#36697)
### Details:
igc_check kernel build will be performed at the first time compilation
for each session, and we can reuse the fast path in oneDNN
https://github.com/uxlfoundation/oneDNN/blob/main/src/gpu/intel/compute/ukernels.cpp#L57
to skip the igc_check kernel build. It will save ~100ms first
compilation time for each model.
### Tickets:
- *CVS-190211*
### AI Assistance:
- *AI assistance used: yes*
- *AI is used to profile and test1 parent e37f7af commit 3902b4a
1 file changed
Lines changed: 38 additions & 0 deletions
Lines changed: 38 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
130 | 161 | | |
131 | 162 | | |
132 | 163 | | |
| |||
137 | 168 | | |
138 | 169 | | |
139 | 170 | | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
140 | 178 | | |
141 | 179 | | |
142 | 180 | | |
| |||
0 commit comments