Yash Gaurkar

Results 3 comments of Yash Gaurkar

Commands: !git clone https://github.com/pytorch/extension-cpp %cd extension-cpp/cpp/ !python setup.py install %cd ../cuda !python setup.py install %cd .. !python benchmark.py py -r 100000 !python benchmark.py cpp -r 100000 !python benchmark.py cuda -r...

Thank you very much that really helps.

If I just do this by multiplying numpy matrix and applying activation function. Then that will be ineffective right. What all existing overlays that you can suggest to do the...