IR2Vec
IR2Vec copied to clipboard
Implementation of IR2Vec, published in ACM TACO
We will fall back to iterative solutions with varying number of iterations if Eigen is not available
Please find more details on the steps to upgrade LLVM [here](https://github.com/IITH-Compilers/IR2Vec/wiki/version_upgrade_process)
- Currently, both the executable, and Python based APIs do _not_ support C++ files as input. - This PR seems to add support for C++ input files. - [x] Add...
Currently we have a vocab of 300D. Add support for using vocab of different sizes - 75D, 100D, 150D, etc. This would involve training the vocab and exposing options to...