Udit Sharma
Udit Sharma
Hi @arshajii , thanks for the response. Here is what my code does (pseudocode): 1) Read a file (parquet) consisting of serialized tree objects. (2-3 Million individual graphs) 2) Deserialize...
There is little to no improvement when using the GC_MAXIMUM_HEAP_SIZE env variable. Just in case it matters, I specified the GC_MAXIMUM_HEAP_SIZE in an @python block as `os.environ['GC_MAXIMUM_HEAP_SIZE'] = str(heap_size_bytes) `...
Clarification on the CPython objects, We are using functions with @python decorators for I/O operations i.e. reading the files initially and writing (updating) the files at the end of processing....
Hello, Thank you so much for adding the code for CANN. Did bring a lot of clarity in understanding the working. I had a small question when going deeper into...