-
` File "app.py", line 62, in
saver = tf.compat.v1.train.import_meta_graph(model)
File "C:\Users\Michael\AppData\Roaming\Python\Python38\site-packages\tensorflow\python\training\saver.py", li…
-
It would be great to have an arm64 build. Oracle cloud gives free arm64 4core/24GB instances with the option of an ubuntu 20.04 image.
-
## Context
I've been working with a piece of code that rematerializes certain addressing operations that can be folded inside a memory reference. The rematerialization happens during the lower trees …
-
PR #1826 led to the discussion of `ILValidationStrategies` being able to specify whether they wanted a particular `ILValidationRule` to be treated as "Strict" (`compilation aborts upon encountering a…
-
JVM is supposed to respond to API where the list of threads and their Locked (Ownable) Synchronizes are provided:
https://docs.oracle.com/javase/7/docs/api/java/lang/management/ThreadMXBean.html#dump…
-
https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_sanity.openjdk_x86-64_windows_Nightly/230 - [win2012-x86-5](https://openj9-jenkins.osuosl.org/computer/win2012-x86-5)
jdk_lang_0 `-Xdump:system…
-
[Internal build](http://vmfarm.rtp.raleigh.ibm.com/job_output.php?id=52706789) [zOS S390] 80 Load_Level_2.abbs.5mins.Mode112 - labec16
IBM_JAVA_OPTIONS = -Xgcpolicy:gencon -Xjit:count=0 -Xnocompresse…
-
With JProfiling we already have seen a great performance improvements in ILOG and Spark/HiBench(Steady state). I am opening up this issue to document the needed work to be done to enable JProfiling in…
-
Java -version output
--------------------
```
openjdk version "1.8.0_212"
OpenJDK Runtime Environment (build 1.8.0_212-b03)
Eclipse OpenJ9 VM (build openj9-0.14.0, JRE 1.8.0 Linux amd64-64-Bit …
-
Integral log2 (essentially a floor base-2 logarithm function on integral types) is useful in some contexts during compilation. Provide a fast implementation that lives in `infra/Bit.hpp`. I suggest …