[flang] [llvm] [flang-rt] Implement basic support for I/O from OpenMP GPU Offloading (PR #181039)

Slava Zakharin via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 13 13:52:58 PST 2026


================
@@ -70,6 +70,7 @@ set(supported_sources
   unit.cpp
   utf.cpp
   work-queue.cpp
+  io-api-server.cpp
----------------
vzakhari wrote:

Does this file have to be built for GPU?  It does not compile in my workflow with nvcc. Can it be moved to `host_sources` list?

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


More information about the llvm-commits mailing list