Aleksandr Dubinsky
Aleksandr Dubinsky
Using GetPrimitiveArrayCritical can cause showdowns and stalls in multi-threaded code: mail.openjdk.java.net/pipermail/hotspot-runtime-dev/2007-December/000074.html I suppose it isn't a big deal, but ByteBuffers are often preferred when working with native code. JCublas is...
You're probably right that the demand for this isn't big enough to bother. I've put in copies, and they're not a problem. NVIDIA (ie CUDA) probably will never overcome the...
Any compacting GC (CMS isn't compacting, which is why i use G1), can't run while JNI code has entered a critical section in order to access JVM memory. That's why...
The CUDA function is simply cudaHostAlloc. See: http://developer.download.nvidia.com/compute/cuda/4_1/rel/toolkit/docs/online/group__CUDART__MEMORY_g15a3871f15f8c38f5b7190946845758c.html GetPrimitiveArrayCritical seems to cause hangs when using G1 GC and Java 8. In JCuda it is a complete deadlock, while with Netlib...
@bkgood It's exciting to hear that you were about to get the JVM to vectorize your methods. I've been following the autovectorization developments, but in my experience only loops that...
@Provissy Sorry, I know little about BTRFS to recommend the best recovery approach, but from reading the source code the btrfs-restore prompt currently means: - `y` Loop another 1000 times...
I think #1101 mostly solves this.
> The general rule for volatile memory (RAM, cache) is to use IEC binary prefix while persistent storage (disks, SSDs, etc), always use SI decimal prefixes. So 1 GB is...
I don't think synator should restart or redeploy anythings. Restarting on secret/config update is a general problem that should be solved by a separate operator (or, ideally, kubernetes itself).
@TheYkk Then you should create another controller called, eg, "Rystartor" which handles restarting of pods/deployments. It would have nothing to do with Synator and would track both automatic and manual...