[Openmp-commits] [openmp] [OpenMP] Replace copy and paste code with instantiation (PR #73991)

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Thu Nov 30 13:55:37 PST 2023


https://github.com/jhuber6 approved this pull request.

Ah, didn't notice the second usage.

Long term, I'd really like to move this to a statically linked interface where similar functionality would be done through some handler that dispatches the current device to the appropriate plugin via some `namespace` thing, but that's another day.

https://github.com/llvm/llvm-project/pull/73991


More information about the Openmp-commits mailing list