iterations and loops confusion
#4
```
Accel:1 Loops:32 Thr:24 Vec:1
```
These are tuning values and may not directly correlate with anything regarding the algorithm you are attacking. The Accel is an "outer loop" part of the kernel, Loops is the "inner loop" part of the kernel, Threads is the parallel threads being executed, and Vec is the backend Vector Width. These may not be understandable if you aren't familiar with the inner workings of our kernels, but that's fine and there's no reason to worry about them.
Reply


Messages In This Thread
iterations and loops confusion - by blaster666 - 08-07-2023, 12:16 AM
RE: iterations and loops confusion - by Snoopy - 08-07-2023, 12:14 PM
RE: iterations and loops confusion - by Chick3nman - 08-07-2023, 06:09 PM
RE: iterations and loops confusion - by hox - 11-07-2023, 05:32 PM