zdevito / ATen

ATen: A TENsor library for C++11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Complex Support

Roger-luo opened this issue · comments

Hi guys, maybe we could discuss details about complex support here. And I just made a PR for CPU part with a separated folder THZ.

Basically, all new C macros defined in THZ will have a prefix THZ and I also changed TH_GENERIC_FILE to THZ_GENERIC_FILE. so we can use them in the future CUDA implementation.

A note for what is implemented and what is not can be found in here:

https://github.com/Roger-luo/TH/blob/master/ChangeLog.md

Bests,
Roger

Sorry I though this was the PyTorch repo they are using now. I'll close this.