Richard Lawrence
Richard Lawrence
The only known way to move TensorFlow 1 up past the dreaded CUDA 10 barrier is to switch from the main tensorflow/tensorflow repository to NVIDIA's fork of it nvidia/tensorflow. NVIDIA...
Howdy, This is Richard at TAMU. I am investigating the use of container registries. This is because I have learned that Charliecloud team is able to teach the use of...
The configopts for ROOT 6.14 and 6.20 are wildly out of date. It looks like they were copied from 6.10 without checking. I created an updated set that seems to...
When I do ch-convert to sqfs, mksquashfs defaults to use all the cores on the machine. This is actually just the normal, expected behavior of mkquashfs as far as I...
ch-fromhost has two kinds of options according to its signature ch-fromhost [options] [file_options] the documentation doesn't define which of the options are "file options". In particular, the --dest option kind...
Ever thought about having an option to compile to shared library? I wanted to combine some features of unionfs and squashfs. Currently I have to do that by calling the...
Howdy, I want to be able to call my filesystem's functions but have the reply come back to me instead of the kernel. No "session" should be needed. I have...
Some additional documentation. Removed the annoying underscores from `Filesystem` method signatures. Previous PR in sequence was #401 Next PR in sequence was #404
`SessionUnmounter` and `BackgroundSession` have unhandled `.lock().unwrap()` that causes clippy to complain that there should be a `# Panic` section in the function documentation. I think it's more appropriate to handle...
Tidying up some feature gates, imports, and miscellaneous items. Previous PR in sequence was #402