I wrote the class SVDCompressor which determines a set of basis vectors for svd comprsession and provides methods for compression/decompression. Making a base integrator simulation that runs SVD compression without batching should be trivial. Using the compressor with the batching apparatus we have now shouldn't be too hard, but it won't be pretty.
I wrote the class
SVDCompressor
which determines a set of basis vectors for svd comprsession and provides methods for compression/decompression. Making a base integrator simulation that runs SVD compression without batching should be trivial. Using the compressor with the batching apparatus we have now shouldn't be too hard, but it won't be pretty.