Colin Dean
Colin Dean
Thanks for being receptive to the idea. I have lots of interest but limited time. I don't know when next I would have a chance to do it, unless you...
Looks like https://github.com/robfig/cron/pull/325 or https://github.com/robfig/cron/pull/397 would be required to enable the `L` specifier to get the last day of the month. You might find some other strategies here: https://stackoverflow.com/questions/6139189/cron-job-to-run-on-the-last-day-of-the-month
Looks like trimming at the point of creation _could_ be appropriate. That's [Parser.scala:22](https://github.com/hrj/abandon/blob/master/base/src/main/scala/co/uproot/abandon/Parser.scala#L22). It could also be in the definition of the [comment extractor at line 43](https://github.com/hrj/abandon/blob/master/base/src/main/scala/co/uproot/abandon/Parser.scala#L43). This is my...
This is great! Thanks for doing this up.
Thank you for the incredibly quick response! I'll try kvm64 and see if _something_ is worse than nothing ;-) Edit: kvm64 didn't work, reasoning below. ``` $ colima start --arch...
HVF may already be there and only relevant to aarch64: ``` $ qemu-system-aarch64 -accel help Accelerators supported in QEMU binary: hvf tcg $ qemu-system-x86_64 -accel help Accelerators supported in QEMU...
qemu upstream issue: [qemu x86 TCG doesn't support AVX insns ](https://gitlab.com/qemu-project/qemu/-/issues/164) Ticket [Close gap for x86_64-v3 ABI in TCG - CPU support for fma, f16c, avx, avx2 features required ](https://gitlab.com/qemu-project/qemu/-/issues/844)...
**TL;DR** As of this comment's timestamp, qemu doesn’t support AVX for aarch64 hosts and x86_64 guests yet, but there’s a patchset that may enable it in development. If you're finding...
Some other additional context, mostly geared toward my particular predicament with trying to have Tensorflow _start_ inside of a colima x86_64 container: * Tensorflow shipping AVX-enabled by default https://github.com/tensorflow/tensorflow/issues/19584 *...
So I delved into this for a problem that I thought existed, but it didn't: because `lima` uses SSH tunnelling to open ports, only ssh should need permission to listen...