TTC icon indicating copy to clipboard operation
TTC copied to clipboard

TTC: A high-performance Compiler for Tensor Transpositions

Results 3 TTC issues
Sort by recently updated
recently updated
newest added

Can you use a more permissive license for this project and other projects at your organisation (https://github.com/HPAC).

What am I doing wrong here? ``` TTC-github jrhammon$ python setup.py install --user running install error: can't combine user with prefix, exec_prefix/home, or install_(plat)base ```

From what I can tell, you are using [C99's `creal`](http://en.cppreference.com/w/c/numeric/complex/creal) in C++ code. I see this issue observed [on Stackoverflow](http://stackoverflow.com/questions/20430853/creal-and-cimag-problems-with-clang-3-4) but have not figured out how to solve it yet....