causality-lab
causality-lab copied to clipboard
Can you port operations from the icd.py file to the GPU?
The operations in the ICD.py file are all run on the CPU and do not support parallel operation, so the running speed is slow. Can you change it to the GPU for parallel computation to speed up its running?