Python-for-HPC / numbaWithOpenmp

BSD 2-Clause "Simplified" License
3 stars 4 forks source link

Remove unnecessary args (tags) from kernel function #15

Closed ggeorgakoudis closed 8 months ago

ggeorgakoudis commented 9 months ago

The commit removes num_teams, thread_limit tags from the target directive within a kernel function. Those tags are unnecessary for codegen in LLVM and add unneeded arguments to the kernel function.