[all-commits] [llvm/llvm-project] 76facd: [flang][runtime] Enable more APIs in the offload b...
Slava Zakharin via All-commits
all-commits at lists.llvm.org
Thu Dec 28 13:50:57 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 76facde32c2151c3ba6774ff7416281c680bf8bf
https://github.com/llvm/llvm-project/commit/76facde32c2151c3ba6774ff7416281c680bf8bf
Author: Slava Zakharin <szakharin at nvidia.com>
Date: 2023-12-28 (Thu, 28 Dec 2023)
Changed paths:
M flang/include/flang/Runtime/array-constructor.h
M flang/include/flang/Runtime/character.h
M flang/include/flang/Runtime/descriptor.h
M flang/include/flang/Runtime/inquiry.h
M flang/include/flang/Runtime/memory.h
M flang/include/flang/Runtime/misc-intrinsic.h
M flang/include/flang/Runtime/pointer.h
M flang/include/flang/Runtime/ragged.h
M flang/runtime/CMakeLists.txt
M flang/runtime/allocatable.cpp
M flang/runtime/array-constructor.cpp
M flang/runtime/character.cpp
M flang/runtime/copy.cpp
M flang/runtime/derived-api.cpp
M flang/runtime/dot-product.cpp
M flang/runtime/extrema.cpp
M flang/runtime/findloc.cpp
M flang/runtime/freestanding-tools.h
M flang/runtime/inquiry.cpp
M flang/runtime/matmul-transpose.cpp
M flang/runtime/matmul.cpp
M flang/runtime/memory.cpp
M flang/runtime/misc-intrinsic.cpp
M flang/runtime/numeric.cpp
M flang/runtime/pointer.cpp
M flang/runtime/product.cpp
M flang/runtime/ragged.cpp
M flang/runtime/reduction.cpp
M flang/runtime/sum.cpp
M flang/runtime/support.cpp
M flang/runtime/tools.h
Log Message:
-----------
[flang][runtime] Enable more APIs in the offload build. (#76486)
More information about the All-commits
mailing list