Commit 4f46a48a authored by Kevin Sala's avatar Kevin Sala
Browse files

[OpenMP][libomptarget] Remove unused virtual functions in GenericKernelTy

The virtual functions getDefaultNumBlocks and getDefaultNumThreads from the kernels are
only forwarding the call to the generic device's ones. This patch removes those two
functions from the kernels (and their derived ones). Now calls are made to the device's
functions directly.

Differential Revision: https://reviews.llvm.org/D156905
parent f7e0208a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment