Roman L

Results 14 issues of Roman L

Summary: This diff adds a feature that allows for very flexible and configurable definition of memory regions. It is a generalization of the current Glow mechnism, which has only three...

CLA Signed
fb-exported

LLVM >= 11 made `llvm::StringRef`->`std::string` conversion explicit, because this conversion is pretty expensive and developers should be aware that it happens. The result of this change is that a lot...

help wanted
good first issue

LLVM 9.0 introduced new ORC JIT APIs. Old APIs are deprecated. Thus GlowJIT needs to be migrated to the new ORCv2 APIs.

Glow currently uses the Mersenne Twister engine, which is `std::mt19937`. It turns out that this random number generator seeded with the same values generates different random numbers depending on the...

enhancement
good first issue

Differential Revision: D54562793

CLA Signed
fb-exported

Reviewed By: junhanh Differential Revision: D54523800

CLA Signed
fb-exported

Reviewed By: jfix71 Differential Revision: D46395368

CLA Signed

Reviewed By: protonu Differential Revision: D46360081

CLA Signed
fb-exported

Differential Revision: D45979701

CLA Signed
fb-exported