zdevito / ATen

ATen: A TENsor library for C++11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

want to port vec256 to new architecture

quickwritereader opened this issue · comments

commented

I would like to port vec256 codes to the new architecture and test them for the correctness
But As I never worked on PyTorch and Aten, For that, I decided to build Aten isolated and test my implementations on that and if it meets requirements I will add them PyTorch.

I reverted Cmakelist to the old one but did not get success at compiling. PyTorch build aten only option did not work as well.
Could you suggest the ways to build it and how to test that vec256 implementation?
(As from git I found notes on vec256 and bench tests which is not available right now)

commented

ok it seems this repo is not active