Commit 7bb5d8e
committed
Increase work group size allocation for the final projection to increase work
Doubled the LOCAL_WORK_GROUP_SIZE_ALLOC value in several key areas to enhance computational parallelism and resource utilization. Removed an unused variable `gid` in `TransformerComputeKernelsLayered` for cleaner code. These changes aim to optimize kernel execution and ensure better scalability.1 parent 0105645 commit 7bb5d8e
File tree
2 files changed
+4
-5
lines changed- src/main/java/com/example/tornadovm
2 files changed
+4
-5
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
| 347 | + | |
348 | 348 | | |
349 | | - | |
| 349 | + | |
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
295 | 294 | | |
296 | 295 | | |
297 | 296 | | |
| |||
0 commit comments