[all-commits] [llvm/llvm-project] e11140: [flang] RANDOM_NUMBER, RANDOM_SEED, RANDOM_INIT in...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Apr 9 17:03:32 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e11140451b5f8b4d0a34297ba8aac77ded4dbc2a
https://github.com/llvm/llvm-project/commit/e11140451b5f8b4d0a34297ba8aac77ded4dbc2a
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-04-09 (Fri, 09 Apr 2021)
Changed paths:
M flang/runtime/CMakeLists.txt
A flang/runtime/random.cpp
A flang/runtime/random.h
M flang/unittests/RuntimeGTest/CMakeLists.txt
A flang/unittests/RuntimeGTest/Random.cpp
Log Message:
-----------
[flang] RANDOM_NUMBER, RANDOM_SEED, RANDOM_INIT in runtime
Add APIs, initial non-coarray implementations, and unit
tests for the intrinsic subroutines for pseudo-random
number generation.
Differential Revision: https://reviews.llvm.org/D100064
More information about the All-commits
mailing list