cyclops-community / ctf

Cyclops Tensor Framework: parallel arithmetic on multidimensional arrays
Other
199 stars 53 forks source link

reshape performance improvements #61

Open solomonik opened 5 years ago

solomonik commented 5 years ago

Reshaping tensors is currently done at python-level via sparse get_local_data and write, should optimize and handle special cases (e.g. sequential execution) efficiently when possible.