Python-for-HPC / numbaWithOpenmp

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

Fix from clause liveins #16

Closed ggeorgakoudis closed 7 months ago

ggeorgakoudis commented 7 months ago

The from clause must create an argument to the kernel function to return the value. The commit adds the variable tagged as from to the kernel function liveins.

Minor: it also suppresses a non-actionable warning of llvm-link in our internal CUDA pipeline.