The virtual functions getDefaultNumBlocks and getDefaultNumThreads from kernels are only forwarding the call to the generic device's ones. This patch removes these two functions from the kernels (and their derived ones). Now calls are made directly to the device's functions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo