[Mlir-commits] [mlir] [mlir][sparse][CRunnerUtils] Add shuffle in CRunnerUtils (PR #77124)
Yinying Li
llvmlistbot at llvm.org
Sun Jan 7 13:58:25 PST 2024
================
@@ -486,6 +486,10 @@ extern "C" MLIR_CRUNNERUTILS_EXPORT void *rtsrand(uint64_t s);
extern "C" MLIR_CRUNNERUTILS_EXPORT uint64_t rtrand(void *, uint64_t m);
// Deletes the random number generator.
extern "C" MLIR_CRUNNERUTILS_EXPORT void rtdrand(void *);
+// Returns a pointer to an array of random numbers in the range of [0, s).
----------------
yinying-lisa-li wrote:
Sounds good! I modified line #486 as well. Hopefully that's okay.
https://github.com/llvm/llvm-project/pull/77124
More information about the Mlir-commits
mailing list